// JavaScript Document
if (self != top) {
   if (document.images)
		  top.location.replace(window.location.href);
   else
		  top.location.href = window.location.href;
}
function Searchobjid(item)
{
	if(( window.mmIsOpera )|| (document.getElementById))
	{
		return(document.getElementById(item));
	}
	if (document.all) 
	{
		return(document.all[item]);
	}
	return(false);
}

function mnuld_swapImage(iddiv)
{
	var d=document.getElementById(iddiv);
	if(d)
	{
		d.src="http://www.zonu.com/fotos/images/seli"+iddiv.substr(5)+".gif";		
	}	
}
function mnuld_swapImgRestore(iddiv)
{
	var d=document.getElementById(iddiv);
	if(d)
	{
		d.src="http://www.zonu.com/fotos/images/"+iddiv+".gif";
	}	
}
