// ロールオーバー画像のプリロード
var img = new Array();
img[0] = new Image();img[0].src = "common/vol01_off.gif";
img[1] = new Image();img[1].src = "common/vol01_on.gif";

img[2] = new Image();img[2].src = "common/vol02_off.gif";
img[3] = new Image();img[3].src = "common/vol02_on.gif";

img[4] = new Image();img[4].src = "common/vol03_off.gif";
img[5] = new Image();img[5].src = "common/vol03_on.gif";

img[6] = new Image();img[6].src = "common/vol04_off.gif";
img[7] = new Image();img[7].src = "common/vol04_on.gif";

img[8] = new Image();img[8].src = "common/vol05_off.gif";
img[9] = new Image();img[9].src = "common/vol05_on.gif";

img[10] = new Image();img[10].src = "common/vol06_off.gif";
img[11] = new Image();img[11].src = "common/vol06_on.gif";

img[12] = new Image();img[12].src = "common/vol07_off.gif";
img[13] = new Image();img[13].src = "common/vol07_on.gif";

img[14] = new Image();img[14].src = "common/vol08_off.gif";
img[15] = new Image();img[15].src = "common/vol08_on.gif";

img[16] = new Image();img[16].src = "common/vol09_off.gif";
img[17] = new Image();img[17].src = "common/vol09_on.gif";

img[18] = new Image();img[18].src = "common/vol10_off.gif";
img[19] = new Image();img[19].src = "common/vol10_on.gif";

img[20] = new Image();img[20].src = "common/vol11_off.gif";
img[21] = new Image();img[21].src = "common/vol11_on.gif";

img[22] = new Image();img[22].src = "common/vol12_off.gif";
img[23] = new Image();img[23].src = "common/vol12_on.gif";

img[24] = new Image();img[24].src = "common/vol13_off.gif";
img[25] = new Image();img[25].src = "common/vol13_on.gif";

img[26] = new Image();img[26].src = "common/vol14_off.gif";
img[27] = new Image();img[27].src = "common/vol14_on.gif";

img[28] = new Image();img[28].src = "common/vol15_off.gif";
img[29] = new Image();img[29].src = "common/vol15_on.gif";



//ロールオーバー・ファンクション
function change_image(name,num) {
	document.images[name].src = img[num].src;
}


// メニュー画像のスタイル設定（border="0"）
document.write('<style type="text/css">',
	'img {border-style:none;}',
    '<\/style>');


// メニューテーブル本体
document.write('<table width="200" border="0" cellspacing="0" cellpadding="0" bgcolor="#999999">',
'<tr><td colspan="3">',
'<img src="common/title.jpg" width="200" height="60">',// タイトル画像
'<\/td><\/tr>',

'<tr>',
'<td width="1" background="common/spacer_g.gif"><img src="common/spacer_g.gif"><\/td>',
'<td width="198" align="center"><table width="198" border="0" cellspacing="0" cellpadding="0">',
'<tr><td>',
'<a href="parisphoto/001.html" onmouseover=change_image("image01",1); onmouseout=change_image("image01",0);><img src="common/vol01_off.gif" width="198" height="20" name="image01" alt="Photo Gallery vol.01"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="parisphoto/011.html" onmouseover=change_image("image02",3); onmouseout=change_image("image02",2);><img src="common/vol02_off.gif" width="198" height="20" name="image02" alt="Photo Gallery vol.02"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="parisphoto/021.html" onmouseover=change_image("image03",5); onmouseout=change_image("image03",4);><img src="common/vol03_off.gif" width="198" height="20" name="image03" alt="Photo Gallery vol.03"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="parisphoto/031.html" onmouseover=change_image("image04",7); onmouseout=change_image("image04",6);><img src="common/vol04_off.gif" width="198" height="20" name="image04" alt="Photo Gallery vol.04"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="parisphoto/041.html" onmouseover=change_image("image05",9); onmouseout=change_image("image05",8);><img src="common/vol05_off.gif" width="198" height="20" name="image05" alt="Photo Gallery vol.05"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="parisphoto/051.html" onmouseover=change_image("image06",11); onmouseout=change_image("image06",10);><img src="common/vol06_off.gif" width="198" height="20" name="image06" alt="Photo Gallery vol.06"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="parisphoto/061.html" onmouseover=change_image("image07",13); onmouseout=change_image("image07",12);><img src="common/vol07_off.gif" width="198" height="20" name="image07" alt="Photo Gallery vol.07"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="parisphoto/071.html" onmouseover=change_image("image08",15); onmouseout=change_image("image08",14);><img src="common/vol08_off.gif" width="198" height="20" name="image08" alt="Photo Gallery vol.08"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="parisphoto/081.html" onmouseover=change_image("image09",17); onmouseout=change_image("image09",16);><img src="common/vol09_off.gif" width="198" height="20" name="image09" alt="Photo Gallery vol.09"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="photobook/vol10/photobook10.html" onmouseover=change_image("image10",19); onmouseout=change_image("image10",18);><img src="common/vol10_off.gif" width="198" height="20" name="image10" alt="Photo Gallery vol.10"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="photobook/vol11/photobook11.html" onmouseover=change_image("image11",21); onmouseout=change_image("image11",20);><img src="common/vol11_off.gif" width="198" height="20" name="image11" alt="Photo Gallery vol.11"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="photobook/vol12/photobook12.html" onmouseover=change_image("image12",23); onmouseout=change_image("image12",22);><img src="common/vol12_off.gif" width="198" height="20" name="image12" alt="Photo Gallery vol.12"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="photobook/vol13/photobook13.html" onmouseover=change_image("image13",25); onmouseout=change_image("image13",24);><img src="common/vol13_off.gif" width="198" height="20" name="image13" alt="Photo Gallery vol.13"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="photoalbum/vol14/photoalbum14.html" onmouseover=change_image("image14",27); onmouseout=change_image("image14",26);><img src="common/vol14_off.gif" width="198" height="20" name="image14" alt="Photo Gallery vol.14"><\/a>',
'<\/td><\/tr>',
'<tr><td>',
'<img src="common/line.gif">',
'<\/td><\/tr>',
'<tr><td>',
'<a href="photoalbum/vol15/photoalbum15.html" onmouseover=change_image("image15",29); onmouseout=change_image("image15",28);><img src="common/vol15_off.gif" width="198" height="20" name="image15" alt="Photo Gallery vol.15"><\/a>',
'<\/td><\/tr>',
'<\/table><\/td>',
'<td width="1" background="common/spacer_g.gif"><img src="common/spacer_g.gif"><\/td>',
'<\/tr>',
'<tr><td colspan="3" background="common/spacer_g.gif">',
'<img src="common/spacer_g.gif">',
'<\/td><\/tr>',
'<\/table>');