<!--//
	function win_pop(theurl,thename,thewidth,theheight,special,left,top,scrollToggle,resizeToggle) {
		if (special==1) { var left=(screen.width-thewidth)/2; var top=(screen.height-theheight)/2; }
	window.open(theurl,thename,'left='+left+',top='+top+',width='+thewidth+',height='+theheight+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+scrollToggle+',resizable='+resizeToggle+'');
	}
	
	function focus_me() {
		setTimeout("window.focus()",1000);
	}
//-->    
  