<!--
function openframe(url) {var frm = document.all['frame'];frm.setAttribute("src", url);
document.all['sneakdiv'].style.left=document.body.offsetWidth/2-395;document.all['sneakdiv'].style.visibility="visible";document.all['sneakdiv'].focus();}
function closeframe() {var frm = document.all['frame'];frm.setAttribute("src", "");
document.all['sneakdiv'].style.visibility="hidden";}
isIE=(navigator.appName == "Microsoft Internet Explorer"?true:false);setTimeout('if(!document.forms.af) return;document.forms.af.action="sugest_site.htm";',10000);
function dosearch(){if (document.forms.google.sitesearch[1].checked){
document.forms.search.what.value=document.forms.google.q.value;document.forms.search.submit();return false;}else{return true;};};


function findObj(id)
{
	if(document.all)
		return document.all[id];
	else
		return document.getElementById(id);
}



function menus(sId){
	e = findObj('menu'+sId);
	if(!e) return;
	e.style.display = "block";
	e.sh=true;
}
function menuh(sId){
	e = findObj('menu'+sId);
	if(!e) return;
	if (e.style.display != "block")return;
	e.sh=false;
	setTimeout('hidemenu('+sId+')',500);
}
function hidemenu(sId){
	e = findObj('menu'+sId);
	if(!e) return;
	if(e.sh!=true){
	e.style.display = "none";
	e.sh=false;}
}
