// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
		window.open(theURL,winName,features);
}
function opencam(){
		window.open("kikan.htm","camp","width=470,height=600");
}
function opencam2(){
		window.open("outlet.htm","camp","width=470,height=400");
}
function openwin( url ){
		window.open( url , "shortevent" , "width=470,height=600,scrollbars=1" );
}
function openoption(){
		window.open("option.htm","camp","width=600,height=430");
}
function openoutletlist(){
		window.open("outlet_list.php","camp","scrollbars=yes,width=475,height=300");
}
function openmail(){
		window.open("https://s130.secure.ne.jp/~s130144/","camp","width=325,height=110");
}