// JavaScript Document











	function pop_open(set_url)
		{window.open(set_url,"pop","scrollbars=no,resizable=no,width=650,height=400");}

	function pop_open2(set_url)
		{window.open(set_url,"pop","scrollbars=yes,resizable=yes,width=740,height=500");}


		



	function map_open(set_url)
		{window.open(set_url,"pop","scrollbars=no,resizable=no,width=680,height=630");}
