function dapopUp(URL, xsize, ysize, men, scr, loc, stat, wname) {var sw;var sy;sw = screen.width;sy = screen.height;var l,tl = parseInt((sw-xsize)/2);t = 20;//Open the window.if (wname == "damail"){	l= screen.width-(xsize+20);	t= screen.height-(ysize+60); 	}var win2 = window.open(URL, wname,"status="+stat+",height="+ysize+",width="+xsize+",resizable=no,left="+l+",top="+t+",toolbar=no, menubar=no,"+"scrollbars="+scr+",location="+loc+",directories=No, buttonbar=no, explorerbar=yes");win2.focus();	}
