	function openWindow(t,n,w,h) {		sw=screen.width-350;		wh=h+20;		newWin=window.open(t,n,'directories=no,location=no,menubar=no,toolbar=no,status=yes,scrollbars=no,toolbar=no,resizable=no,width='+w+',height='+h);		newWin.moveTo(sw,0);		newWin.resizeTo(w,wh);			}