
if(navigator.appName == "Netscape"){//"Microsoft Internet Explorer"){
	margemtopoMenu = 0;
}
else{
	if(navigator.userAgent.indexOf("MSIE 8")!=-1)//navigator.appName == "Microsoft Internet Explorer")
		margemtopoMenu = 214;
	if(navigator.userAgent.indexOf("MSIE 7")!=-1)
		margemtopoMenu = 214;
	if(navigator.userAgent.indexOf("MSIE 6")!=-1)
		margemtopoMenu = 0;
		
}


var cidadesTempo = new Array("Alegrete-RS","BarradoQuarai-RS","Itaqui-RS","Quarai-RS","SaoBorja-RS","Uruguaiana-RS");
function mudaTempo(index)
{
	document.getElementById("tempo").innerHTML = "<iframe src=\"http://www.tempoagora.com.br/selos/custom/selo.php?cid="+cidadesTempo[index]+";\" name=\"selo\" width=\"120\" height=\"125\"  frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\"></iframe>";
	//selo.location = "http://www.tempoagora.com.br/selos/custom/selo.php?cid="+cidadesTempo[index];
}

function efeitoMenuOver(id){
	document.getElementById(id).style.backgroundPosition = '0px -32px';
	//document.getElementById(id).style.backgroundImage = "menuitem2_over.png";
}

function efeitoMenuOut(id){
	document.getElementById(id).style.backgroundPosition = '0px 0px';
}

function showMenu1(id){
	//document.getElementById(id).style.visibility = 'visible';
	document.getElementById(id).style.visibility = 'visible';
}

function showMenu(base,id){
	//document.getElementById(id).style.visibility = 'visible';
	document.getElementById(id).style.top = document.getElementById(base).offsetTop+margemtopoMenu+"px";
	document.getElementById(id).style.visibility = 'visible';
}

function hiddenMenu(id){
	document.getElementById(id).style.visibility = 'hidden';
}

function showEventoCalendario(ev){
	document.getElementById('eventocalendario').innerHTML=document.getElementById(ev).innerHTML;
}
function hiddenEventoCalendario(){
	document.getElementById('eventocalendario').innerHTML="";
}

