window.addEvent('domready', function() {



});

var acoser = {
		
	_foto : null,

	initPrepage : function (){
		
		if (document.getElementById){
			  document.getElementById('globalContent').style.visibility='visible';
          }else{
            if (document.layers){ //NS4
			      document.globalContent.visibility = 'visible';
			      

		  }else { //IE4
			   document.all.globalContent.style.visibility = 'visible';
            }
          }
		if($defined($$('.escaparate-control'))){
			$$('.escaparate-control').each(function(el){
				el.style.display = 'block';
			});
		}
	}
}
