//ナビ設定
var imgM = new Array();
	
		imgM[1000] = new Image();  imgM[1000].src = "navi/navi00.gif";
		imgM[1001] = new Image();  imgM[1001].src = "navi/navi00_ov.gif";

		imgM[9000] = new Image();  imgM[9000].src = "navi/navi01.gif";
		imgM[9001] = new Image();  imgM[9001].src = "navi/navi01_ov.gif";
		imgM[9002] = new Image();  imgM[9002].src = "navi/navi02.gif";
		imgM[9003] = new Image();  imgM[9003].src = "navi/navi02_ov.gif";
		imgM[9004] = new Image();  imgM[9004].src = "navi/navi03.gif";
		imgM[9005] = new Image();  imgM[9005].src = "navi/navi03_ov.gif";
		imgM[9006] = new Image();  imgM[9006].src = "navi/navi04.gif";
		imgM[9007] = new Image();  imgM[9007].src = "navi/navi04_ov.gif";
		imgM[9008] = new Image();  imgM[9008].src = "navi/navi05.gif";
		imgM[9009] = new Image();  imgM[9009].src = "navi/navi05_ov.gif";
		imgM[9010] = new Image();  imgM[9010].src = "navi/navi06.gif";
		imgM[9011] = new Image();  imgM[9011].src = "navi/navi06_ov.gif";
		imgM[9012] = new Image();  imgM[9012].src = "navi/navi07.gif";
		imgM[9013] = new Image();  imgM[9013].src = "navi/navi07_ov.gif";
		imgM[9014] = new Image();  imgM[9014].src = "navi/navi08.gif";
		imgM[9015] = new Image();  imgM[9015].src = "navi/navi08_ov.gif";
		imgM[9016] = new Image();  imgM[9016].src = "navi/navi09.gif";
		imgM[9017] = new Image();  imgM[9017].src = "navi/navi09_ov.gif";

function Min(nam,num) {
		 document.images[nam].src = imgM[num].src;
}
function Mout(nam,num) {
		 document.images[nam].src = imgM[num].src;
}

//メルマガ表示設定
function mail_mag(){
	document.write('<form action="mail_magazine/reg.cgi" method="post">')
	document.write('<table width = "155" border="0" cellspacing="0" cellpadding="0">')
	document.write('<tr> ')
	document.write('<td class="M"> <img src = "img/mail_magazine.gif" width = "155" height = "23" border="0"> </td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td class="S"> <input type="text" name="email">')
	document.write('<div align="center">')
	document.write('<input type="hidden" name="encode" value="文字コード">')
	document.write('<input type="hidden" name="force" value="">')
	document.write('<input type="radio" name="reg" value="add" checked>登録 ')
	document.write('<input type="radio" name="reg" value="del">削除 ')
	document.write('<input type="submit" value="送信" name="submit">')
	document.write('</div><br>')
	document.write('<div class="s">※ドメイン指定受信機能をご利用のお客様は、「double-girls.com」ドメインの指定をお願いいたします。</div>')
	document.write('</td>')
	document.write('</tr>')
	document.write('</table>')
	document.write('</form>')
	}


//イベントバナー設定
function event_banner(){
    
	document.write('<img src = "../banner/hotel.jpg" border="0"><br><br>')
	document.write('<img src = "../banner/dantai.jpg" border="0"><br><br>')
	document.write('<img src = "../banner/hayawari.jpg" border="0"><br><br>')

	//ココからFlashバナー


	document .write ('<param name="allowscriptaccess" value="samedomain">');
	document .write ('</embed></object>');
	}


//Flashバナー表示
function swf_banner(){
	document .write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="540" height="46" bgcolor="#000000" id="main" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">');
	document .write ('<param name="allowscriptaccess" value="samedomain">');
	document .write ('<param name="movie" value="banner/lux_banner090211.swf"><param name="quality" value="high">');
	document .write ('<embed src="banner/lux_banner090211.swf" loop="false" menu="false" quality="high" width="540" height="46" bgcolor="#000000" name="lift" align="middle" allowscriptaccess="samedomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document .write ('</embed></object>');
	}

	
//サブウィンドウを開く(汎用)
function openWindow(theURL,winName,features) { 
	window.open(theURL,winName,features);
	}

