// mainmenu script


function mouseOut() {
document.getElementById('swapimg').style.backgroundPosition='0px 0px';
}
/*each menu script*/
function mOver1() {
document.getElementById('swapimg').style.backgroundPosition='0px 0px';
}
function mOver2() {
document.getElementById('swapimg').style.backgroundPosition='0px -250px';
}
function mOver3() {
document.getElementById('swapimg').style.backgroundPosition='0px -500px';
}
function mOver4() {
document.getElementById('swapimg').style.backgroundPosition='0px -750px';
} 
function mOver5() {
document.getElementById('swapimg').style.backgroundPosition='0px -1000px';
} 
function mOver6() {
document.getElementById('swapimg').style.backgroundPosition='0px -1250px';
} 
function mOver7() {
document.getElementById('swapimg').style.backgroundPosition='0px -1500px';
} 
function mOver8() {
document.getElementById('swapimg').style.backgroundPosition='0px -1750px';
} 

