function changeOn(x)
{
x.style.backgroundColor = "#CCFFFF";
}
function changeOff(y,color)
{
y.style.backgroundColor = color;
}
function showmenu(m,b,c)
{
if( m.style.left != "-2000px" && m.style.left != "193px" && m.style.left != "253px" && m.style.left != "313px" && m.style.left != "373px" )
{
menupor.style.left = -1000;menupor.style.top = -1000;
menuger.style.left = -1000;menuger.style.top = -1000;
menuspa.style.left = -1000;menuspa.style.top = -1000;
menupol.style.left = -1000;menupol.style.top = -1000;
}
m.style.left = b;
m.style.top = c;
}
function hidemenu()
{
menupor.style.left = -1000;
menupor.style.top = -1000;
menuger.style.left = -1000;
menuger.style.top = -1000;
menuspa.style.left = -1000;
menuspa.style.top = -1000;
menupol.style.left = -1000;
menupol.style.top = -1000;
}




