// JavaScript Document
function openWindow_basic() {
	MM_openBrWindow('http://www.fonte-hiroshima.com/company/map.html','map','scrollbars=yes,resizable=yes,width=650,height=700')
	//winwidth = 750;
	//winheight = 700;
	//window.name = "basic";
	//win = window.open(url,win_name,"width=" + winwidth + ",height=" + winheight + ",,menubar=no,toolbar=no,SCROLLBARS=yes,resizable=yes,left=" + wl + ",top=" + wt);
}