var isIE=document.all?true:false;
var isDOM=document.getElementById?true:false;
var isNS=document.layers?true:false;
var ekrans = '';
var agt=navigator.userAgent.toLowerCase();
var is_opera = (agt.indexOf("opera") != -1);
var trsturiIeladeti = false;
//alert(is_opera);
function preload(){
		var tristurisi = new Array(1);
	tristurisi[1] = new Array(2);
	tristurisi[1][1] = new Image();
	tristurisi[1][2] = new Image();

	tristurisi[1][1].src = 'pogas_labais_sturis.gif';
	tristurisi[1][2].src = 'pogas_kreisais_sturis.gif';
 trsturiIeladeti = true;
	}

function izsledzPogu(poga){
	if(isIE){
//		alert("yes");
		document.all[poga+'Labais'].innerHTML = '';
		if(!is_opera){
			document.all[poga+'Videjais'].bgColor='transparent';
		}else{
			document.all[poga+'Videjais'].bgColor='';
		}
		document.all[poga+'Kreisais'].innerHTML = '';
	}else{
		document.getElementById(poga+'Labais').innerHTML = '';
		document.getElementById(poga+'Videjais').style.background='transparent';
		document.getElementById(poga+'Kreisais').innerHTML = '';
	}
}
function izsledzValoduPogu(poga){
	if(isIE){
		if(!is_opera){
			document.all[poga+'Videjais'].bgColor='transparent';
		}else{
			document.all[poga+'Videjais'].bgColor='';
		}
	}else{
		document.getElementById(poga+'Videjais').style.background='transparent';
	}
}

function izsledzVisasPogas(){
	if(ekrans!='kolekcija')	izsledzPogu('kolekcija');
	if(ekrans!='atklataisKrajums') izsledzPogu('atklataisKrajums');
	if(ekrans!='virtualaisMuzejs') izsledzPogu('virtualaisMuzejs');
	if(ekrans!='kontakti') izsledzPogu('kontakti');
	if(ekrans!='atbalstitaji') izsledzPogu('atbalstitaji');
	if(ekrans!='jaunumi') izsledzPogu('jaunumi');
	izsledzValoduPogu('lat');
	izsledzValoduPogu('eng');
	if(!trsturiIeladeti) preload();
}

function iesledzPogu(poga){
	izsledzVisasPogas();
	if(isIE){
		document.all[poga+'Labais'].innerHTML = '<img src="pogas_labais_sturis.gif" width="16" height="16" border="0" alt="">';
		document.all[poga+'Videjais'].bgColor='#FB1821';
		document.all[poga+'Kreisais'].innerHTML = '<img src="pogas_kreisais_sturis.gif" width="16" height="16" border="0" alt="" valign="bottom">';
	}else{
		document.getElementById(poga+'Labais').innerHTML = '<img src="pogas_labais_sturis.gif" width="16" height="16" border="0" alt="">';
		document.getElementById(poga+'Videjais').style.background='#FB1821';
		document.getElementById(poga+'Kreisais').innerHTML = '<img src="pogas_kreisais_sturis.gif" width="16" height="16" border="0" alt="" valign="bottom">';
	}
}

function iesledzValoduPoguActiv(poga){
	izsledzVisasPogas();
	if(isIE){
		document.all[poga+'Videjais'].bgColor='#FFFFFF';
	}else{
		document.getElementById(poga+'Videjais').style.background='#FFFFFF';
	}
}
function iesledzValoduPoguPassiv(poga){
	izsledzVisasPogas();
	if(isIE){
		document.all[poga+'Videjais'].bgColor='#FB1821';
	}else{
		document.getElementById(poga+'Videjais').style.background='#FB1821';
	}
}

var curOp = 100;
function doHideCopy() {
	curOp -= 4;
	document.getElementById("copyInfo").style.filter = "Alpha(Opacity=" + curOp + ")";
	if(curOp > 0) setTimeout("doHideCopy()", 50);
	else document.getElementById("copyInfo").style.visibility = "hidden";
}
function hideCopy() {
	if(document.getElementById) doHideCopy();
	else if(document.all) document.all.copyInfo.style.visibility = "hidden";
	else if(document.layers) document.layers.copyInfo.visibility = "hide";
}

