// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function onL(){
window.open("https://vivid-site.jp/kaja/shop2/","onL","resizable=yes,status=yes,scrollbars=yes");
}


function contactWin(){
	var contactWin = window.open( "https://admx.jp/kaja-contactus/","contactus", "toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=730,height=700");
	contactWin.window.focus();
 }
 
 function BANNER(){
window.open("../../contents/link/banner.html","bn","width=700px,height=600px;resizable=yes,status=yes,scrollbars=yes");
}


 function sp1(){
window.open("./contents/special/simulationroom/index.html","sp1","width=720px,height=600px;resizable=yes,status=yes,scrollbars=yes");
}

 function sp2(){
window.open("./contents/special/kknew/index.html","sp1","width=710px,height=600px;resizable=yes,status=yes,scrollbars=yes");
}

