/*mainmenu script*/
function mouseOut() {
document.getElementById('swapimg').style.backgroundPosition='0px 0px';
}
/*each menu script*/
function mOver1() {
document.getElementById('swapimg').style.backgroundPosition='0px -207px';
}
function mOver2() {
document.getElementById('swapimg').style.backgroundPosition='0px -414px';
}
function mOver3() {
document.getElementById('swapimg').style.backgroundPosition='0px -621px';
}
function mOver4() {
document.getElementById('swapimg').style.backgroundPosition='0px -828px';
}
function mOver5() {
document.getElementById('swapimg').style.backgroundPosition='0px -1035px';
}
function mOver6() {
document.getElementById('swapimg').style.backgroundPosition='0px -1242px';
}
function mOver7() {
document.getElementById('swapimg').style.backgroundPosition='0px -1449px';
}
function mOver8() {
document.getElementById('swapimg').style.backgroundPosition='0px -1656px';
}