﻿imgover = new Array(
	"../object/button1b.gif",
	"../object/button2b.gif",
	"../object/button3b.gif",
	"../object/button4b.gif",
	"../object/button5b.gif",
	"../object/button6b.gif",
	"../object/button7b.gif",
	"../object/button8b.gif",
	"../object/button9b.gif",
	"../object/button10b.gif");

imgout = new Array(
	"../object/button1a.gif",
	"../object/button2a.gif",
	"../object/button3a.gif",
	"../object/button4a.gif",
	"../object/button5a.gif",
	"../object/button6a.gif",
	"../object/button7a.gif",
	"../object/button8a.gif",
	"../object/button9a.gif",
	"../object/button10a.gif");

function mous_over(i, n) {
	document.images[i].src = imgover[n];
}
function mous_out(i,s) {
	document.images[i].src = imgout[s];
}


imgover2 = new Array(
	"../object/button1d.gif",
	"../object/button2d.gif",
	"../object/button3d.gif",
	"../object/button4d.gif",
	"../object/button5d.gif",
	"../object/button6d.gif",
	"../object/button7d.gif",
	"../object/button8d.gif",
	"../object/button9d.gif",
	"../object/button10d.gif");

imgout2 = new Array(
	"../object/button1c.gif",
	"../object/button2c.gif",
	"../object/button3c.gif",
	"../object/button4c.gif",
	"../object/button5c.gif",
	"../object/button6c.gif",
	"../object/button7c.gif",
	"../object/button8c.gif",
	"../object/button9c.gif",
	"../object/button10c.gif");
function mous_over2(i, n) {document.images[i].src = imgover2[n];}
function mous_out2(i,s) {document.images[i].src = imgout2[s];}


function _ImgFind(imgName, imgSrc)
{var appVer=parseInt(navigator.appVersion);
 var isNC=false,isN6=false,isIE=false;
 if (document.all && appVer >= 4) isIE=true; else
 if (document.getElementById && appVer > 4) isN6=true; else
 if (document.layers && appVer >= 4) isNC=true;
 if (isNC||isN6||isIE)
{if (document.images)
{var img = document.images[imgName];
 if (!img) img = _HpbImgFind(document, imgName);
 if (img) img.src = imgSrc;}
}
}
function _HpbImgFind(doc, imgName)
{for (var i=0; i < doc.layers.length; i++)
{var img = doc.layers[i].document.images[imgName];
 if (!img) img = _HpbImgFind(doc.layers[i], imgName);
 if (img) return img;}
return null;}


function disp(url){ 

window.open(url, "gravure", "width=660,height=600,scrollbars=no");}

function disp2(url){ 
window.open(url, "gravure", "width=740,height=600,scrollbars=no");}

function disp_option(url){ 
window.open(url, "gravure", "width=325,height=225,scrollbars=no");}


dt = new Date();
getDate2 = dt.getDate()+1;
getDay2 = dt.getDay()+1;
getDate3 = dt.getDate()+2;
getDay3 = dt.getDay()+2;

today1 =dt.getMonth() +1+"月" + dt.getDate() + "日" ;
today2 =dt.getMonth() +1+"月" + getDate2 + "日" ;
today3 =dt.getMonth() +1+"月" + getDate3 + "日" ;
yobistr = ["日","月","火","水","木","金","土","日","月"];
youbi1 = "("+yobistr[dt.getDay()] + ")";
youbi2 = "("+yobistr[getDay2] + ")";
youbi3 = "("+yobistr[getDay3] + ")";

day1 = today1 + youbi1;
day2 = today2 + youbi2;
day3 = today3 + youbi3;


function myEnter(){
  myPassWord = prompt("よしむね会員ページへ入場します。パスワードを入力して下さい。","");
  if ( myPassWord == String.fromCharCode(71,111,116,97,110,100,97,78,111,49) )
    location.href = String.fromCharCode(46,46,47,109,101,109,98,101,114,47)+"index.html";
  else alert( "パスワードが違います!" );}

function myEnter2(){
  myPassWord = prompt("よしむねグラビア･動画ページへ入場します。メルマガで送られてくる、会員パスワードを入力して下さい。","");
  if ( myPassWord == String.fromCharCode(71,111,116,97,110,100,97,78,111,49) )
    location.href = String.fromCharCode(103,114,97,118,117,114,101)+".html";
  else alert( "パスワードが違います!" );}

function myEnter3(){
  myPassWord = prompt("よしむねグラビア･動画ページへ入場します。メルマガで送られてくる、会員パスワードを入力して下さい。","");
  if ( myPassWord == String.fromCharCode(71,111,116,97,110,100,97,78,111,49) )
    location.href = String.fromCharCode(46,46,47,103,114,97,118,117,114,101)+".html";
  else alert( "パスワードが違います!" );}







<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

