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