
function typing(){
window.open("/typing/index.html","typing","width=1035,height=720,scrollbars=yes,resizable=NO");
}

function movie(){
window.open("/cmsite_m/index.html","MOVIE","width=762,height=460,scrollbars=NO,resizable=NO");
}


function contact(){
window.open("/contact/index.html","CONTACT","width=620,height=350,scrollbars=NO,resizable=NO");
}

function contacttop(){
window.open("/contact/index.html","CONTACT","width=620,height=350,scrollbars=NO,resizable=NO");
}

function athlete(url){
window.open(url,"ATHLETES","width=855,height=650,scrollbars=Yes,resizable=NO");
}


function primaloft(){
window.open("/fabric/fabric01.html","FABRIC","width=640,height=480,scrollbars=NO,resizable=NO");
}

function down(){
window.open("/fabric/fabric02.html","FABRIC","width=640,height=558,scrollbars=NO,resizable=NO");
}
function tricot(){
window.open("/fabric/fabric02.html","FABRIC","width=640,height=558,scrollbars=NO,resizable=NO");
}
function thermal(){
window.open("/fabric/fabric02.html","FABRIC","width=640,height=558,scrollbars=NO,resizable=NO");
}
function thermostat(){
window.open("/fabric/fabric02.html","FABRIC","width=640,height=558,scrollbars=NO,resizable=NO");
}


function primalofttop(){
window.open("/fabric/fabric01.html","FABRIC","width=640,height=480,scrollbars=NO,resizable=NO");
}

// 2008.10.24 added by tkoishi@b-shock.co.jp
function popupWrapper (id) {
  functions = [null, null, primaloft, down, null, thermal, tricot, thermostat, null];
  functions[id]();
}