	function openwindow(url, name, wd, ht) {
	    Dist = window.open(url,name,"scrollbars=no,dependent=yes,width="+wd+",height="+ht+",left=200,top=240,resizable=no");
	    if (window.focus) {
	 	Dist.focus();
	    }
	}	
