function fmenov(n)
{
   document.getElementById(n).style.cursor="pointer";
   document.getElementById(n).style.backgroundColor="#b2b2b2";
}
function fmenoutv(m)
{
   document.getElementById(m).style.backgroundColor="#ff0000";
}
function fclv(g)
{
   if (g=="glavna")
     document.location.href="index.html";
   if (g=="mv1")
     document.location.href="okompanii.html";
   if (g=="mv2")
     document.location.href="ak.html";
   if (g=="mv3")
     document.location.href="video.html";
   if (g=="mv4")
     document.location.href="shumouz.html";
   if (g=="mv5")
     document.location.href="tonirovka.html";
   if (g=="mv6")
     document.location.href="poshivkogsalon.html";
   if (g=="mv7")
     document.location.href="antikor.html";
   if (g=="mv8")
     document.location.href="dopoborud.html";
   if (g=="mv9")
     document.location.href=fn;

   if (g=="mg1")
     document.location.href="servis.html";
   if (g=="mg2")
     document.location.href="geelyglavnay.html";
   if (g=="mg3")
     document.location.href="samand.html";
   if (g=="mg4")
     document.location.href="pejo.html";
   if (g=="mg5")
     document.location.href="mototehnika.html";
   if (g=="mg6")
     document.location.href="kontaktu.html";

   if (g=="mg21")
     document.location.href="price.html";
   if (g=="mg22")
     document.location.href="avtocredit.html";
   if (g=="mg23")
     document.location.href="geelyck.html";
   if (g=="mg24")
     document.location.href="geelymk.html";
   if (g=="mg25")
     document.location.href="geelyfc.html";
   if (g=="mg26")
     document.location.href="index.html";
   if (g=="mg401")
     document.location.href="geelymk.html";
   if (g=="mg402")
     document.location.href="geelyfc.html";
   if (g=="mg403")
     document.location.href="geelyck.html";
}

function fvideo(clp)
{
     document.location.href="video.php?numb="+clp;
}