// ------------------------------------------------------------------------------ pop-up window

// customer voc
function mapSystem(url){
	var mapSystem=window.open("http://www.nihondengi.co.jp/service/voc/system01.html","system","width=450,height=480,toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=yes");
	mapSystem.window.focus();
}

function mapSystem2(url){
	var mapSystem2=window.open("http://www.nihondengi.co.jp/service/voc/system02.html","system2","width=560,height=600,toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=yes");
	mapSystem2.window.focus();
}

function mapSystem3(url){
	var mapSystem3=window.open("http://www.nihondengi.co.jp/service/voc/system03.html","system3","width=450,height=480,toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=yes");
	mapSystem3.window.focus();
}

function mapSystem4(url){
	var mapSystem4=window.open("http://www.nihondengi.co.jp/service/voc/system04.html","system4","width=450,height=525,toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=yes");
	mapSystem4.window.focus();
}

// map-tokyo
function mapTokyo(url){
	var mapTokyo=window.open("http://www.nihondengi.co.jp/company/office/map/tokyo.html","tokyo","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapTokyo.window.focus();
}

// map-tsukuba
function mapTsukuba(url){
	var mapTsukuba=window.open("http://www.nihondengi.co.jp/company/office/map/tsukuba.html","tsukuba","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapTsukuba.window.focus();
}

// map-chiba
function mapChiba(url){
	var mapChiba=window.open("http://www.nihondengi.co.jp/company/office/map/chiba.html","chiba","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapChiba.window.focus();
}

// map-yokohama
function mapYokohama(url){
	var mapYokohama=window.open("http://www.nihondengi.co.jp/company/office/map/yokohama.html","yokohama","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapYokohama.window.focus();
}

// map-shizuoka
function mapShizuoka(url){
	var mapShizuoka=window.open("http://www.nihondengi.co.jp/company/office/map/shizuoka.html","shizuoka","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapShizuoka.window.focus();
}

// map-hamamatsu
function mapHamamatsu(url){
	var mapHamamatsu=window.open("http://www.nihondengi.co.jp/company/office/map/hamamatsu.html","hamamatsu","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapHamamatsu.window.focus();
}

// map-nagoya
function mapNagoya(url){
	var mapNagoya=window.open("http://www.nihondengi.co.jp/company/office/map/nagoya.html","nagoya","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapNagoya.window.focus();
}

// map-osaka		
function mapOsaka(url){
	var mapOsaka=window.open("http://www.nihondengi.co.jp/company/office/map/osaka.html","osaka","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapOsaka.window.focus();
}

// map-okayama
function mapOkayama(url){
	var mapOkayama=window.open("http://www.nihondengi.co.jp/company/office/map/okayama.html","okayama","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapOkayama.window.focus();
}

// map-hiroshima
function mapHiroshima(url){
	var mapHiroshima=window.open("http://www.nihondengi.co.jp/company/office/map/hiroshima.html","hiroshima","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapHiroshima.window.focus();
}

// map-kawaguchi
function mapKawaguchi(url){
	var mapKawaguchi=window.open("http://www.nihondengi.co.jp/company/office/map/kawaguchi.html","kawaguchi","width=600,height=600,toolbar=no,scrollbars=no,resizable=no,menubar=no,status=yes");
	mapKawaguchi.window.focus();
}

// organization
function picOrg(url){
	var picOrg=window.open("http://www.nihondengi.co.jp/company/outline/organization.html","org","width=650,height=650,toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=yes");
	picOrg.window.focus();
}

// customer/eco
function picEco(url){
	var picEco=window.open("http://www.nihondengi.co.jp/service/eco/step.html","eco","width=620,height=625,toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=yes");
	picEco.window.focus();
}

