<!-- This is for MAP -->
function showMapWindow()
{
	var w=screen.width;
	var h=screen.height;
	window.open('swf/globalmap.html','','left=0, top=0, width='+ w +', height='+ h );	
}