function info1(){

document.info.src = "img/menu/info_ov.gif";

}


function info2(){

document.info.src = "img/menu/info.gif";

}

function goods1(){

document.goods.src = "img/menu/goods_ov.gif";

}

function goods2(){

document.goods.src = "img/menu/goods.gif";

}


function photo1(){

document.photo.src = "img/menu/photo_ov.gif";

}


function photo2(){

document.photo.src = "img/menu/photo.gif";

}


function mobile1(){

document.mobile.src = "img/menu/mobile_ov.gif";

}


function mobile2(){

document.mobile.src = "img/menu/mobile.gif";

}


function openWin(URL,winName,features) { 
  window.open(URL,winName,features);
}

function mailWin() {
   window.open("http://www.sonymusic.co.jp/Music/Mail/exp.php?ID=70004954","mail","width=600,height=400,toolbar=no,location=no,status=no,menubar=auto,scrollbars=yes,resizable=no");
}




document.write('<img src="img/header.jpg" alt="ユニコーンツアー2009　蘇える勤労 スペシャルサイト" width="800" height="329"><br>');
document.write('<div class="menu_area">');
document.write('<table border="0" cellpadding="0" cellspacing="0" class="menu">');
document.write('<tr>');
document.write('<td><a href="index.html" onmouseover="info1();" onmouseout="info2();"><img src="img/menu/info.gif" alt="インフォメーション" name="info" width="184" height="39" class="btn"></a></td>');
document.write('<td><a href="goods/index.html" onmouseover="goods1();" onmouseout="goods2();"><img src="img/menu/goods.gif" alt="グッズ" name="goods" width="84" height="39" class="btn"></a></td>');
document.write('<td><a href="photo/index.html" onmouseover="photo1();" onmouseout="photo2();"><img src="img/menu/photo.gif" alt="フォトライブラリー" name="photo" width="185" height="39" class="btn"></a></td>');
document.write('<td><a href="mobile/index.html" onmouseover="mobile1();" onmouseout="mobile2();"><img src="img/menu/mobile.gif" alt="携帯企画！" name="mobile" width="118" height="39" class="btn"></a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');