<!--

MenuNormal = new Array(1);

for(i=0;i<3;i++) {

	MenuNormal[i] = new Image; MenuNormal[i].src = "image/index_star"+i+".gif";

}

function SwitchOn1(){document.switch1.src="image/index_star2.gif";}
function SwitchOff1(){document.switch1.src="image/index_star1.gif";}

function SwitchOn2(){document.switch2.src="image/index_star2.gif";}
function SwitchOff2(){document.switch2.src="image/index_star1.gif";}

function SwitchOn3(){document.switch3.src="image/index_star2.gif";}
function SwitchOff3(){document.switch3.src="image/index_star1.gif";}

function SwitchOn4(){document.switch4.src="image/index_star2.gif";}
function SwitchOff4(){document.switch4.src="image/index_star1.gif";}

function SwitchOn5(){document.switch5.src="image/index_star2.gif";}
function SwitchOff5(){document.switch5.src="image/index_star1.gif";}

function SwitchOn6(){document.switch6.src="image/index_star2.gif";}
function SwitchOff6(){document.switch6.src="image/index_star1.gif";}

function SwitchOn7(){document.switch7.src="image/index_star2.gif";}
function SwitchOff7(){document.switch7.src="image/index_star1.gif";}


// -->