function mousemain(action,theid) {
	if(action == "over") {document.getElementById(theid).className="mainmenuon";}
	else {document.getElementById(theid).className="mainmenuoff";}
}

function prodmain(action,theid) {
	if(action == "over1") {document.getElementById(theid).className="prodmenuon";}
	else {document.getElementById(theid).className="prodmenuoff";}
}

function spinemain(action,theid) {
	if(action == "over2") {document.getElementById(theid).className="spinemenuon";}
	else {document.getElementById(theid).className="spinemenuoff";}
}