window.onerror = function(){
  return true;
}
function srch_gil()
{
document.getElementById("srch1").style.display="block";
document.getElementById("srch2").style.display="none";
}
function srch_comm()
{
document.getElementById("srch2").style.display="block";
document.getElementById("srch1").style.display="none";
}
function sh(n)
{
var i="p"+n;
document.getElementById("p"+n).className="pr1";
}
function hide(n)
{
var i="p"+n;
document.getElementById("p"+n).className="pr";
}
function show_l()
{
document.getElementById("lang1").style.display="none";
document.getElementById("lang2").style.display="block";
}
function hide_l()
{
document.getElementById("lang1").style.display="block";
document.getElementById("lang2").style.display="none";
}
function show_fl(n)
{
document.getElementById("fl"+n).className="fl_on";
}
function hide_fl(n)
{
document.getElementById("fl"+n).className="fl";
}
function show_ob(n)
{
n.className="ram_on";
}
function hide_ob(n)
{
n.className="ram";
}
function show_m(n)
{
document.getElementById("pod"+n).style.display="block";
//document.getElementById("mm"+n).className="mitem_on";
}
function hide_m(n)
{
document.getElementById("pod"+n).style.display="none";
//document.getElementById("mm"+n).className="mitem";
}

function dropdown_tick()
{
if(!dropdown_over)dropdown_timer--;
if(dropdown_timer<=0)
{
var e = document.getElementById("pod"+n);
if(e) e.style.display = "none";
}
}
setInterval(dropdown_tick,50);