<!--  to hide script contents from old browsers
	function Popup(Url,Width,Height,Left,Top,Scrollbars,Resizable)
	{
		var hWnd=window.open(Url,'NewWin','width=' + Width + ',height=' + Height + ',left=' + Left + ',top=' + Top + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=' + Scrollbars + ',resizable=' + Resizable + ',copyhistory=no');
		if(!hWnd.opener) hWnd.opener=self;
		if(hWnd.focus!=null) hWnd.focus();
	}	
// end hiding contents from old browsers  -->
