function mouseOver1()
{
document.getElementById("button1").src ="http://hop.ge/menu/home2.gif";
}
function mouseOut1()
{
document.getElementById("button1").src ="http://hop.ge/menu/home.gif";
}

function mouseOver2()
{
document.getElementById("button2").src ="http://hop.ge/menu/games2.gif";
}
function mouseOut2()
{
document.getElementById("button2").src ="http://hop.ge/menu/games.gif";
}

function mouseOver3()
{
document.getElementById("button3").src ="http://hop.ge/menu/movies2.gif";
}
function mouseOut3()
{
document.getElementById("button3").src ="http://hop.ge/menu/movies.gif";
}

function mouseOver4()
{
document.getElementById("button4").src ="http://hop.ge/menu/serials2.gif";
}
function mouseOut4()
{
document.getElementById("button4").src ="http://hop.ge/menu/serials.gif";
}

function mouseOver5()
{
document.getElementById("button5").src ="http://hop.ge/menu/softs2.gif";
}
function mouseOut5()
{
document.getElementById("button5").src ="http://hop.ge/menu/softs.gif";
}

function mouseOver6()
{
document.getElementById("button6").src ="http://hop.ge/menu/videos2.gif";
}
function mouseOut6()
{
document.getElementById("button6").src ="http://hop.ge/menu/videos.gif";
}

function mouseOver7()
{
document.getElementById("button7").src ="http://hop.ge/menu/clips2.gif";
}
function mouseOut7()
{
document.getElementById("button7").src ="http://hop.ge/menu/clips.gif";
}


function mouseOver8()
{
document.getElementById("button8").src ="http://hop.ge/menu/music2.png";
}
function mouseOut8()
{
document.getElementById("button8").src ="http://hop.ge/menu/music.png";
}

function mouseOver9()
{
document.getElementById("button9").src ="http://hop.ge/menu/images2.png";
}
function mouseOut9()
{
document.getElementById("button9").src ="http://hop.ge/menu/images.png";
}

function mouseOver10()
{
document.getElementById("button10").src ="http://hop.ge/menu/fashion.png";
}
function mouseOut10()
{
document.getElementById("button10").src ="http://hop.ge/menu/fashion2.png";
}

function mouseOver11()
{
document.getElementById("button11").src ="http://hop.ge/menu/news2.png";
}
function mouseOut11()
{
document.getElementById("button11").src ="http://hop.ge/menu/news.png";
}

function mouseOver12()
{
document.getElementById("button12").src ="http://hop.ge/menu/tv2.png";
}
function mouseOut12()
{
document.getElementById("button12").src ="http://hop.ge/menu/tv.png";
}

function mouseOver13()
{
document.getElementById("button13").src ="http://hop.ge/menu/other2.png";
}
function mouseOut13()
{
document.getElementById("button13").src ="http://hop.ge/menu/other.png";
}

////////////////////////////////////////////////////////////////////////

function vis(a)
{
document.getElementById(a).style.visibility = 'visible';
}
function hid(a){
document.getElementById(a).style.visibility = 'hidden';
}



