i1=new Image(); i1.src='i/bgtopline.gif';
i2=new Image(); i2.src='i/eng_on.gif';
i3=new Image(); i3.src='i/rus_on.gif';

function over(gde,sam) { document.getElementById(gde).style.backgroundColor='#e1a85d'; sam.parentNode.style.background='url(i/bgtopline.gif) repeat-x'; }
function out(gde,sam) { document.getElementById(gde).style.backgroundColor='transparent'; sam.parentNode.style.background='none'; }

function over2(gde) { document.getElementById(gde).src='i/'+gde+'_on.gif'; }
function out2(gde) { document.getElementById(gde).src='i/'+gde+'.gif'; }

function qnav(l) { if (l.options[l.selectedIndex].value == "") { l.selectedIndex = 0; } else { top.location.href = l.options[l.selectedIndex].value; } }
