function autofitIframe(id){

// if (!window.opera &amp;&amp; !document.mimeType &amp;&amp; document.all &amp;&amp; document.getElementById){

// parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";
//alert (this.document.body.offsetHeight);
// }
// else if(document.getElementById) {
// parent.document.getElementById(id).style.height=(this.document.body.scrollHeight)+"px";
//hok = parent.document.getElementById(id).contentWindow.document.body.scrollHeight+"px";

hok = parent.document.getElementById(id).contentWindow.document.body.scrollHeight+"px";

parent.document.getElementById(id).style.height = hok;
alert (hok);
// }

 } 

function popup (v,w,h) {
        if (v=="alta")
        {
        	openfile = "/dardealta.html";
        } 
        else if (v=="pop-up-entradas-gratis") 
        {
        	openfile = "/pop-up-entradas-gratis.html";
		} 
		else if (v=="/comollegar") 
		{
			openfile = "/como-llegar-central-venta-entradas-nochevieja.html";
			top.location=openfile;
			return;
        } 
        else 
        {
			openfile = "/" + v + ".html";
		}

        window.open( openfile, "alta", "status = 1, height = "+h+", width = "+w+", resizable = 0" );
}

function popupfoto (foto,w,h) {

        window.open(foto, "alta", "status = 1, height = 200, width = 350, resizable = 1, scrollbars=auto" );
}



function autoObjects() {
	//document.getElementById("bannergratis").style.left = document.body.clientWidth/2+320;
}



