	function openHelpWin(pop_name) {
		var iPosX = screen.width - 625;
	
		helpwin = window.open('/help/help_frame.asp?page='+pop_name, 'helpwin', 'scrollbars=yes,width=620,height=465,top=0,left='+iPosX);
		helpwin.focus();
	}

	function openCIDWin(pop_name) 
	{
		var iPosX = screen.width - 825;
		helpwin = window.open(pop_name, 'helpwin', 'scrollbars=yes,width=600,height=250,top=0,left='+iPosX);
		helpwin.focus();
	}
