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