function Zoom(url,width,height) {
	splash=window.open(url,'splash2',"left=30,top=80,width="+width+",height="+height+",scrollbars=0,resizable=0")
	splash.focus()
}