<!-- Menu buscador-->
var menus = [
		new ypSlideOutMenu("menu1", "down", 0, 12, 110, 203)
	]
	for (var i = 0; i < menus.length; i++) {
		menus[i].onactivate = new Function("document.getElementById('act" + i + "').className='active';");
		menus[i].ondeactivate = new Function("document.getElementById('act" + i + "').className='';");
	}
  ypSlideOutMenu.writeCSS();



<!-- status bar -->

function barra(txt) {

window.status = txt;

}


<!-- popup -->

function MDwindow(pagina,datos) { //por MorpheusDesign.net popUp

window.open(pagina, '' , datos) //los datos puede ser status=no,scrollbars=no,resizable=no,top=200,left=255,width=345,height=470

}



<!-- inicio FOTO

function imagen(img){

  foto1= new Image();

  foto1.src=(img);

  Controlla(img);

}

function Controlla(img){

  if((foto1.width!=0)&&(foto1.height!=0)){

    viewFoto(img);

  }

  else{

    funzione="Controlla('"+img+"')";

    intervallo=setTimeout(funzione,20);

  }

}

function viewFoto(img){

  largh=foto1.width+37;

  altez=foto1.height+30;

  stringa="scrollbars=yes,width="+largh+",height="+altez;

  finestra=window.open(img,"",stringa);

}

//  fin -->
