<!--
function js_gry_disp_map(a) 
{ 
	var loc = "./sub_map.php?a=" + a;
	resultWindow = window.open (loc,"map","scrollbars=yes,height=520,width=640,menubar=yes");
	resultWindow.opener = self;
	open_temp_flg = "open";
} 

function js_disp_map(a,b,c) 
{ 
	var loc = "../search/map.php?a=" + a + "&b=" + b + "&c=" + c;
	resultWindow = window.open (loc,"map","scrollbars=yes,height=520,width=900,menubar=yes");
	resultWindow.opener = self;
	open_temp_flg = "open";
} 
function js_flower_disp_map(a) 
{ 
	var loc = "./sub_map2.php?a=" + a;
	resultWindow = window.open (loc,"map","scrollbars=yes,height=520,width=640,menubar=yes");
	resultWindow.opener = self;
	open_temp_flg = "open";
} 

//-->


