// JavaScript Document

//1
function disp(url){

	target = window.open(url, "window_name", "width=970,height=3000px,resizable = yes,scrollbars = yes");
	target.focus();
}


//2
function disp2(url){

	target = window.open(url, "window_name", "width=600,height=450px,resizable = yes,scrollbars = no");
	target.focus();
}

//3
function disp3(url){

	target = window.open(url, "window_name", "width=530,height=450px,resizable = yes,scrollbars = yes");
	target.focus();
}

//3
function disp4(url){

	target = window.open(url, "window_name", "width=970,resizable = yes,scrollbars = yes");
	target.focus();
}


//mapkobe
function dispMapKobe(url){

	target = window.open(url, "window_name", "width=420,height=500,resizable = yes,scrollbars = yes");
	target.focus();
}

//mapyao
function dispMapYao(url){

	target = window.open(url, "window_name", "width=420,height=500,resizable = yes,scrollbars = yes");
	target.focus();
}

//mapnanki
function dispMapNanki(url){

	target = window.open(url, "window_name", "width=420,height=500,resizable = yes,scrollbars = yes");
	target.focus();
}

//mapkinan
function dispMapKinan(url){

	target = window.open(url, "window_name", "width=420,height=500,resizable = yes,scrollbars = yes");
	target.focus();
}


