 function ds(xxx,yyy) {
	 dwn=xxx; dw=window.open(yyy,'dw','scrollbars=no,width=490,height=530,left=0,top=0')
	 dw.focus();
 };
