myImgOut1  = new Image(); myImgOut1.src  = "top/hair_m.jpg";
myImgOver1 = new Image(); myImgOver1.src = "top/hair_c.jpg";

function myMouseOut1(){
document.myFormImg1.src = myImgOut1.src;
}

function myMouseOver1(){
document.myFormImg1.src = myImgOver1.src;
}
myImgOut2  = new Image(); myImgOut2.src  = "top/fw190_m.jpg";
myImgOver2 = new Image(); myImgOver2.src = "top/fw190_c.jpg";

function myMouseOut2(){
document.myFormImg2.src = myImgOut2.src;
}
function myMouseOver2(){
document.myFormImg2.src = myImgOver2.src;
}

function mail() {
window.open("http://shikisai.4-sky.com/top/mail/mailform.cgi","window1","width=640,height=560,scrollbars=0");
}

function mail1() {
window.open("http://shikisai.4-sky.com/top/mail1/mailform.html","window1","width=410,height=360,scrollbars=0");
}

function mail3() {
window.open("http://refuge.4-sky.com/top/mailpass/mailform.cgi","window1","width=640,height=480,scrollbars=0");
}

function q() {
window.open("http://shikisai.4-sky.com/top/qr.html","window2","width=240,height=320,scrollbars=1");
}

