var statopen=GetCookieValueByName("statopen");

var openSt="0";
function Tsh(punkt){
	statopen=GetCookieValueByName("statopen");
	//if (statopen.length>1&&statopen!=punkt) {
		//document.getElementById(''+statopen+'').style.display=="none";
		//document.cookie="statopen=";
	//}
	if ((openSt!=punkt)&&(openSt.length>1)) {
		document.getElementById(''+openSt+'').style.display="none";
		document.cookie="statopen=";
	}
	if (document.getElementById(''+punkt+'').style.display=='') {document.getElementById(''+punkt+'').style.display="none"; document.cookie="statopen=";}
	else {document.getElementById(''+punkt+'').style.display=""; document.cookie="statopen="+punkt+"";}
	openSt=''+punkt+'';
}


function doAlphaLayUp(Lay, nO, shag){
if(document.all&&nO<100){
nO += shag;
document.getElementById(''+Lay+'').style.filter="alpha(opacity="+nO+")";
setTimeout("doAlphaLayUp('"+Lay+"',"+nO+","+shag+")",1)}
}

function doAlphaLayDown(Lay, nO, shag){
if(document.all&&nO>1){
nO -= shag;
document.getElementById(''+Lay+'').style.filter="alpha(opacity="+nO+")";
setTimeout("doAlphaLayDown('"+Lay+"',"+nO+", "+shag+")",1)}
}


var thisbrowser6
var ht6 = null;
var pol=0;
if(document.layers){ thisbrowser6='NN4';}
if(document.all){ thisbrowser6='IE';}
if(!document.all && document.getElementById){ thisbrowser6='NN6';}

function sm6(menuname)
{
if(thisbrowser6=='NN4') document.layers[menuname].visibility = 'visible';
if(thisbrowser6=='IE') document.all[menuname].style.visibility = 'visible';
if(thisbrowser6=='NN6') document.getElementById(menuname).style.visibility = 'visible';
}
function hm6(menuname)
{
if(thisbrowser6=='NN4') document.layers[menuname].visibility = 'hidden';
if(thisbrowser6=='IE') document.all[menuname].style.visibility = 'hidden';
if(thisbrowser6=='NN6') document.getElementById(menuname).style.visibility = 'hidden';
}
function h6(menuitem) 
{
if(typeof(currentpage6)!='undefined' && menuitem==currentpage6) return;
if(ht6) clearTimeout(ht6);}
function uh6(menuitem) 
{
if(typeof(currentpage6)!='undefined' && menuitem==currentpage6) return;
if(ht6) clearTimeout(ht6);ht6 = setTimeout("ha6();",500);}
function ha6()
{
hm6('pm_05');
hm6('pm_04');
hm6('pm_03');
pol=0;
}
function time6()
{
if(ht6) clearTimeout(ht6);ht6 = setTimeout("ha6();",500);
}
function opm_05()
{
if(pol==2004) {pol=0};
sm6('pm_05');
if(ht6) clearTimeout(ht6);
hm6('pm_04');
hm6('pm_03');
if(pol==0) {doAlphaLayUp('pm_05',0,100);}
pol=2005;
}
function opm_04()
{
if(pol==2005) {pol=0};
if(pol==2003) {pol=0};
sm6('pm_04');
if(ht6) clearTimeout(ht6);
hm6('pm_05');
hm6('pm_03');
if(pol==0) {doAlphaLayUp('pm_04',0,100);}
pol=2004;
}
function opm_03()
{
if(pol==2004) {pol=0};
sm6('pm_03');
if(ht6) clearTimeout(ht6);
hm6('pm_05');
hm6('pm_04');
if(pol==0) {doAlphaLayUp('pm_03',0,100);}
pol=2003;
}


