function chpict(s,sign)
{
if(problem) return;

if(s==null)
return;
if(!sign)
{
if(s.src && s.src.indexOf("_off.")>0)
{
var pos=s.src.indexOf("_off.");
s.src=s.src.substring(0,pos)+"_on"+s.src.substring(pos+4);
}
}
if(sign)
{
if(s.src && s.src.indexOf("_on.")>0)
{
var pos=s.src.indexOf("_on.");
s.src=s.src.substring(0,pos)+"_off"+s.src.substring(pos+3);
}
}
}

function problem()
{
var MS=navigatop.appVersion.indexOf("MSIE");
window.isE4(MS>0) && (parseInt(navigator.appVersion.substring(MS+ 5,MS+6))>=4);
if(!isIE4)
return false;
else
return true;
//window.location="sitemap.php";
}

function pict(s)
{
if(!problem)
return;
if(s==null)
{
document.all["stmp"].src="img/sitemap_07_off.gif";
}
else
{
document.all["stmp"].src="img/"+s+".gif";
}
}



function DoShow()
{
document.all["karta1"].style.display="none";
document.all["karta"].style.display="";
 
}

function DoHide()
{
document.all["karta"].style.display="none";
document.all["karta1"].style.display="";
}
