
//  Popup
function pop_open(set_url)
		{window.open(set_url,"pop","scrollbars=yes,resizable=no,width=300,height=300");}
		
		//  Help Popup
function help_open(set_url)
		{window.open(set_url,"help","scrollbars=yes,resizable=yes,width=400,height=500");}
