// JavaScript Document


function OpenWin1(){
	win1=window.open("http://www.themepark-kyushu.com/link/link.html","new1","width=620,height=720,scrollbars=1");
}

function OpenWin2(){
		win2=window.open("guide.html","new2","width=300,height=400,scrollbars=1");
}

function OpenWin3(){
		win3=window.open("special/special.html","new3","width=680,height=700,scrollbars=1");
}


