		var newwin;
		function popstatic(url,subName){
			newwin = window.open(url,subName,'height=500,width=650,left=350,resizable=1,location=0,scrollbars=1,menubar=0,toolbar=0,status=0');
			if (window.focus)
			{
				newwin.focus();
			}
		}
