//flash map
function japanMapFunc(){
document.write('<embed src="japan_map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="500" height="430"></embed>');
}

//pulldown select
function selectMapFunc(value){
	if(value != ""){location.href="/search/list.php?pid="+value;}
}


