
////////////////////////////////////////////////////////////////////////
// メインメニュー 【ＴＯＰ用】
function MainMENU()
{
document.write("<a href='contents/company.html'><img src='common/image/main_menu_01.jpg' class='imgover' border='0' alt='会社案内' /");
document.write("></a><a href='contents/industry.html'><img src='common/image/main_menu_02.jpg' class='imgover' border='0' alt='事業案内' /");
document.write("></a><a href='contents/point.html'><img src='common/image/main_menu_03.jpg' class='imgover' border='0' alt='吉野の特長' /");
document.write("></a><a href='contents/construct.php'><img src='common/image/main_menu_04.jpg' class='imgover' border='0' alt='施工実績' /");
document.write("></a><a href='contents/voice.html'><img src='common/image/main_menu_05.jpg' class='imgover' border='0' alt='施工の流れ' /");
document.write("></a><a href='contents/inq.html'><img src='common/image/main_menu_06.jpg' class='imgover' border='0' alt='お問い合わせ' /");
document.write("></a>");
}

// メインメニュー 【2階層目】
function MainMENU_sec(target)
{
	var mainimg1 = ""; if(target == 'tar01'){ mainimg1 = "_o";}
	var mainimg2 = ""; if(target == 'tar02'){ mainimg2 = "_o";}
	var mainimg3 = ""; if(target == 'tar03'){ mainimg3 = "_o";}
	var mainimg4 = ""; if(target == 'tar04'){ mainimg4 = "_o";}
	var mainimg5 = ""; if(target == 'tar05'){ mainimg5 = "_o";}
	var mainimg6 = ""; if(target == 'tar06'){ mainimg6 = "_o";}
	var mainimg7 = ""; if(target == 'tar07'){ mainimg7 = "_o";}
	var mainimg8 = ""; if(target == 'tar08'){ mainimg8 = "_o";}
	
document.write("<a href='../contents/company.html'><img src='../common/image/main_menu_01" + mainimg1 + ".jpg' class='imgover' border='0' alt='会社案内' /");
document.write("></a><a href='../contents/industry.html'><img src='../common/image/main_menu_02" + mainimg2 + ".jpg' class='imgover' border='0' alt='事業案内' /");
document.write("></a><a href='../contents/point.html'><img src='../common/image/main_menu_03" + mainimg3 + ".jpg' class='imgover' border='0' alt='吉野の特長' /");
document.write("></a><a href='../contents/construct.php'><img src='../common/image/main_menu_04" + mainimg4 + ".jpg' class='imgover' border='0' alt='施工実績' /");
document.write("></a><a href='../contents/voice.html'><img src='../common/image/main_menu_05" + mainimg5 + ".jpg' class='imgover' border='0' alt='施工の流れ' /");
document.write("></a><a href='../contents/inq.html'><img src='../common/image/main_menu_06" + mainimg6 + ".jpg' class='imgover' border='0' alt='お問い合わせ' /");
document.write("></a>");
}






// フッターメニュー 【ＴＯＰ用】
function FooterMENU()
{
document.write("<span id='footerMENU'>");
document.write("</span>");
}





// 右クリック禁止


window.onload = initRollovers;

function notes(eve){
    if(document.all){
        if(event.button == 2){
            alert("無断転写お断りいたします。");
            return false;
        }
    }
    if(document.layers){
        if(eve.which == 3){
            alert("無断転写お断りいたします。");
            return false;
        }
    }
}
if(document.layers)document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=notes;


