﻿<!--

if (navigator.appName=="Netscape"){
	document.write("<style type='text/css'>");
  document.write("@import'webolvaso2_n.css';");
  document.write("@import'nav-s0_n.css';");
  document.write("@import'nav-s_n.css';");
  document.write("@import'nav-s2_n.css';");
  document.write("@import'nav-s3_n.css';");
  document.write("@import'nav-s4_n.css';");
  document.write("@import'nav-s5_n.css';");
  document.write("@import'nav-s6_n.css';");
  document.write("@import'nav-s7_n.css';");
  document.write("</style>");

}

else if (navigator.appName=="Opera"){
  document.write("<style type='text/css'>");
  document.write("@import'webolvaso2_o.css';");
  document.write("@import'nav-s0_n.css';");
  document.write("@import'nav-s_n.css';");
  document.write("@import'nav-s2_n.css';");
  document.write("@import'nav-s3_n.css';");
  document.write("@import'nav-s4_n.css';");
  document.write("@import'nav-s5_n.css';");
  document.write("@import'nav-s6_n.css';"); 
  document.write("@import'nav-s7_n.css';"); 
  document.write("</style>");
	
}

else
{
  document.write("<style type='text/css'>");
  document.write("@import'webolvaso2.css';");
  document.write("@import'nav-s0.css';");
  document.write("@import'nav-s.css';");
  document.write("@import'nav-s2.css';");
  document.write("@import'nav-s3.css';");
  document.write("@import'nav-s4.css';");
  document.write("@import'nav-s5.css';");
  document.write("@import'nav-s6.css';"); 
  document.write("@import'nav-s7.css';"); 
  document.write("</style>");
 }
 
 document.write("<style type='text/css'>");
 document.write("@import'webolvaso_fooldal.css';");
  document.write("</style>");
 
 
/*function skinvaltas(y)
{

 
 if (y==1)
   {
    document.getElementById('fejlec').style.background="url('images/fejlec.jpg')";
    document.getElementById('menu').style.background="url('images/menu.jpg')";
    document.getElementById('lablec').style.background="url('images/lablec.jpg')";
   }
  else if(y==2)
  {
    document.getElementById('fejlec').style.background="url('images/fejlec2.jpg')";
    document.getElementById('menu').style.background="url('images/menu2.jpg')";
    document.getElementById('lablec').style.background="url('images/lablec2.jpg')";
  }
  else
  {
    document.getElementById('fejlec').style.background="url('images/fejlec6.jpg')";
    document.getElementById('menu').style.background="url('images/menu6.jpg')";
    document.getElementById('lablec').style.background="url('images/lablec6.jpg')";
  }
}*/


 
function kezelOver(x)
{

    var gombObj=document.getElementById("button"+x);

    gombObj.style.background="#a91717";
    gombObj.style.border="1px solid #a91717";
    gombObj.style.color="#fff";
}

function kezelOut(x)
{

    var gombObj=document.getElementById("button"+x);
    gombObj.style.background="#fff";
    gombObj.style.border="1px solid #a91717";
    
    gombObj.style.color="#000";

}

function kezelDown(x)
{

    var gombObj=document.getElementById("button"+x);

    gombObj.style.background="a91717";
    gombObj.style.border="1px solid #a91717";
    
    gombObj.style.color="#000";
}

function kezelUp(x)
{

    var gombObj=document.getElementById("button"+x);

    gombObj.style.background="#a91717";
    gombObj.style.border="1px solid #a91717";
   
    gombObj.style.color="#fff";
    focus("button"+x);
}


--> 
