   function OpenWindow( url, title, iwidth, iheight )
	{ open( url,title,"resizable=0,scrollbars=1,alwaysRaised=yes,width="+iwidth+",height="+iheight+",menubar=no,statusbar=no" );}
