<!--

// bgColorChange

function onColor(bgcolor) {
	bgcolor.style.backgroundColor='FF8A00';
}
function offColor(bgcolor) {
	bgcolor.style.backgroundColor='';
}



function music1(){

parent.topFrame.location.href='top.htm';

}


function music2(){

parent.topFrame.location.href='top2.htm';

}

function music3(){

parent.topFrame.location.href='top3.htm';

}


function stop(){

parent.topFrame.location.href='about:blank';

}

//-->
