<!--
   function openwindow(url,target,scrollbar,menubar,resizable,width,height)
   {
   		window.open(url,target,"width="+width+",height="+height+",scrollbars="+scrollbar+",menubar="+menubar+",resizable="+resizable);
   }
-->
	
