﻿


function aFavoritos(){
   if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4))
   { 
      url="http://www.cinesa.es"; 
      titulo="Site web de UCI Cinemas"; 
      window.external.AddFavorite(url,titulo); 
   } 
   else
   { 
      if(navigator.appName == "Netscape") 
         alert ("Presione Crtl+D para agregar este sitio a sus favoritos");
   } 
	
}


function writeFlash(url,w,h){
		  url=url+'.swf';
	
	var peli;
		  peli='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width='+w+' height='+h+'>';
          peli+='<param name="movie" value='+url+'>';
		  if (document.all)
          peli+='<param name="quality" value="high">';
		  peli+='<param name="wmode" value="transparent">';
          peli+='<embed src='+url+' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width='+w+' height='+h+'></embed>';
		  peli+='</object>';

    document.write(peli);
}


function popupImg(img,w,h){
	ventana=window.open('../popup.asp?i='+img,'popup','width='+w+',height='+h+',status=no,scrollbars=no,resizable=no');
	ventana.focus();
}

function mapas(id){
    w=860;
	h=550;
    t=(screen.height-h)/2;
	l=(screen.width-w)/2;
	ventana=window.open('../cines/mapas.aspx?id='+id,'popupmapas','top='+t+',left='+l+',width='+w+',height='+h+',status=no,scrollbars=no,resizable=no');
	ventana.focus();
}

function imprimir(url){
	w=450;
	h=400;
	t=(screen.height-420)/2;
	l=(screen.width-450)/2;
	
	ventana=window.open(url,'imprimir','scrollbars=yes,top='+t+',left='+l+',width='+w+',height='+h+',status=no,resizable=no');
	ventana.focus();
}
function popupTrailer(id){
	w=400;
	h=300;
	t=(screen.height-420)/2;
	l=(screen.width-450)/2;
	url="/cartelera/trailer.aspx?id="+id;
	ventana=window.open(url,'trailer','scrollbars=no,top='+t+',left='+l+',width='+w+',height='+h+',status=no,resizable=no');
	ventana.focus();
}
function enviarAmigo(que_url){
	w=390;
	h=290;
	t=(screen.height-420)/2;
	l=(screen.width-450)/2;
	url="/enviaramigo/enviar_amigo.asp?que_url="+que_url;
	ventana=window.open(url,'amigo','scrollbars=no,top='+t+',left='+l+',width='+w+',height='+h+',status=no,resizable=no,titlebar=Enviar a un amigo');
	ventana.focus();
}
function popupBigTrailer(id){
	w=500;
	h=400;
	t=(screen.height-h)/2;
	l=(screen.width-w)/2;
	url="/cartelera/bigtrailer.aspx?id="+id;
	ventana=window.open(url,'trailer','scrollbars=no,top='+t+',left='+l+',width='+w+',height='+h+',status=no,resizable=no');
	ventana.focus();
}


function show(capa){
	document.getElementById(capa).style.display = "block";
}
function hide(capa){
	document.getElementById(capa).style.display = "none";
}
function showlist(n){
	document.getElementById('t'+n).style.visibility="visible";
}
function hidelist(n){
	document.getElementById('t'+n).style.visibility="hidden";
}

function popUp(url,w,h){
	x=(screen.Width-w)/2;
	y=(screen.Height-h)/2;
	ventana=window.open(url,'popupcinesa','width='+w+',height='+h+',left='+x+',top='+y+',location=no,scrollbars=no,resize=no,status=no');
	ventana.focus();
}

