//工事中アラート
function part4()
{
window.alert("ただいま準備中です。\nしばらくお待ちください。")
}


function menu(str){

document.write('<img src="cmnimg/menutitle.gif" width="161" height="52" alt="" style="position:absolute; z-index:1; margin-left:16px; top:19px;">');
document.write('<div class="sss" style="position:absolute; z-index:1; margin-left:14px; top:150px; font-family:Verdana;"><a href="index.html" style="color:#fff">HOME</a></div>');
document.write('<table  border="0" cellspacing="0" cellpadding="0" style="position:absolute; z-index:1; width:167px; margin-left:14px; top:167px;"><tr>');
if(str == 1){ 
	document.write('<td class="navi01"><img src="cmnimg/name01.gif" width="167" height="27" alt="オリジナルタペストリー"></td>');
	} else {
	document.write('<td id="navi" class="navi"><a href="tapestry.html">');
	document.write('<img src="cmnimg/name01.gif" width="167" height="27" alt="オリジナルタペストリー" border="0"></a></td>');
}
document.write('</tr><tr>');
if(str == 2){ 
	document.write('<td class="navi01"><img src="cmnimg/name02.gif" width="167" height="27" alt="ペットの写真ポスター"></td>');
	} else {
	document.write('<td id="navi" class="navi"><a href="tapestry_pet.html">');
	document.write('<img src="cmnimg/name02.gif" width="167" height="27" alt="ペットの写真ポスター" border="0"></a></td>');
}
document.write('</tr><tr>');
/*
if(str == 3){ 
	document.write('<td class="navi01"><img src="cmnimg/name11.gif" width="167" height="27" alt="アニバーサリーカレンダー"></td>');
	} else {
	document.write('<td id="navi" class="navi"><a href="calender.html">');
	document.write('<img src="cmnimg/name11.gif" width="167" height="27" alt="アニバーサリーカレンダー" border="0"></a></td>');
}
document.write('</tr><tr>');
*/
if(str == 7){ 
	document.write('<td class="navi01"><img src="cmnimg/name09.gif" width="167" height="27" alt="電磁波対策エプロン"></td>');
	} else {
	document.write('<td id="navi" class="navi"><a href="sepron.html">');
	document.write('<img src="cmnimg/name09.gif" width="167" height="27" alt="電磁波対策エプロン" border="0"></a></td>');
}
document.write('</tr><tr>');
if(str == 9){ 
	document.write('<td class="navi01"><img src="cmnimg/name12.gif" width="167" height="27" alt="イノドールクイック瞬感消臭EX"></td>');
	} else {
	document.write('<td id="navi" class="navi"><a href="inodore.html">');
	document.write('<img src="cmnimg/name12.gif" width="167" height="27" alt="イノドールクイック瞬感消臭EX" border="0"></a></td>');
}
document.write('</tr><tr>');
if(str == 8){ 
	document.write('<td class="navi01"><img src="cmnimg/name14.gif" width="167" height="27" alt="高機能ダスター・そうじの神様"></td>');
	} else {
	document.write('<td id="navi" class="navi"><a href="wiping_cloth.html">');
	document.write('<img src="cmnimg/name14.gif" width="167" height="27" border="0" alt="高機能ダスター・そうじの神様"></a></td>');
}
document.write('</tr><tr>');
if(str == 4){ 
	document.write('<td class="navi01"><img src="cmnimg/name04.gif" width="167" height="27" alt="応援幕・横断幕"></td>');
	} else {
	document.write('<td id="navi" class="navi"><a href="pr_sheet.html">');
	document.write('<img src="cmnimg/name04.gif" width="167" height="27" alt="応援幕・横断幕" border="0"></a></td>');
}
document.write('</tr><tr>');
if(str == 5){ document.write('<td class="navi01"><img src="cmnimg/name05.gif" width="167" height="27" alt="ご注文規定"></td>'); }
else if(str == 1 || str == 2 || str == 4){
	document.write('<td id="navi" class="navi"><a href="regulations.html">');
	document.write('<img src="cmnimg/name05.gif" width="167" height="27" alt="ご注文規定" border="0"></a></td>');
}
document.write('</tr><tr>');
if(str == 6){ 
	document.write('<td class="navi01"><img src="cmnimg/name06.gif" width="167" height="27" alt="ご注文について"></td>');
	} else {
	document.write('<td id="navi" class="navi"><a href="about_order.html">');
	document.write('<img src="cmnimg/name06.gif" width="167" height="27" alt="ご注文について" border="0"></a></td>');
}
document.write('</tr><tr>');
document.write('<td id="navi" class="navi"><a href="mailto:seki@seiren.co.jp">');
document.write('<img src="cmnimg/name07.gif" width="167" height="27" alt="お問い合せ" border="0"></a></td>');
document.write('</tr><tr>');
document.write('<td id="navi02" class="navi02"><a href="http://www.seirensyouji.jp/" target="_blank">');
document.write('<img src="cmnimg/name08.gif" width="167" height="27" alt="会社案内" border="0"></a></td>');
document.write('</tr><tr>');
document.write('<td class="sssn" style="text-align:center; padding-top:6px;">セーレン商事株式会社<br>商品販売部</td>');

/*
document.write('</tr><tr>');
document.write('<td class="sssn" style="text-align:center; padding-top:6px; white-space: nowrap;">');
document.write('<a href="http://www.cloth.jp/newyearsheet.html" target="_blank">');
document.write('<img src="cmnimg/banner_nys.gif" width="160px" height="40px" border="0" style="margin-top:20px; margin-bottom:5px;" /><br />');
document.write('式典用デザインシート 締切り間近!!</a></td>');
*/

document.write('</tr></table><img src="cmnimg/menuimg.jpg" width="195" height="259" alt="">');
}
