function winOpen(winName,url,W,H){
	var WinD11=window.open(url,winName,'scrollbars=0,resizable=0,width='+W+',height='+H+'');
}
function winOpen2(winName,url,W,H){
	var WinD11=window.open(url,winName,'scrollbars=1,resizable=0,width='+W+',height='+H+'');
}


/*----------------------
過去のメディア
----------------------*/
var typ;
var typ2;
function setDisplay(typ,typ2){
document.getElementById("myText").style.display = typ;
document.getElementById("myText2").style.display = typ2;
}

/*----------------------
特徴
----------------------*/
var typ3;
var typ4;
function setDisplay2(typ3,typ4){
document.getElementById("myText3").style.display = typ3;
document.getElementById("myText4").style.display = typ4;
}

/*----------------------
本製品を使用出来ない方
----------------------*/
var typ5;
var typ6;
function setDisplay3(typ5,typ6){
document.getElementById("myText5").style.display = typ5;
document.getElementById("myText6").style.display = typ6;
}

/*----------------------
特定商取引法による表記
----------------------*/
var typ7;
var typ8;
function setDisplay4(typ7,typ8){
document.getElementById("myText7").style.display = typ7;
document.getElementById("myText8").style.display = typ8;
}

/*----------------------
運営会社情報
----------------------*/
var typ9;
var typ10;
function setDisplay5(typ9,typ10){
document.getElementById("myText9").style.display = typ9;
document.getElementById("myText10").style.display = typ10;
}

