var popUpFot=0;
var popUpTra=0;
var popUpMus=0;
var popUpCli=0;
var popUpReg=0;
var popUpImp=0;
var popUpVIP=0;
var left=01;
var top=01;
function popUpFoto(URLStr)

{
  if(popUpFot)
  {
    if(!popUpFot.closed) popUpFot.close();
  }
  	w = 775
	h = 485
	l = (screen.availWidth-w) / 2;
	t = (screen.availHeight-h) / 2;
  popUpFot = open('/fotos/galeria.php?dir='+URLStr+'', 'popUpFot', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+w+',height='+h+',left='+l+', top='+t+'');
}

function popUpTrailer(URLStr,Wg,Hg)

{
  if(popUpTra)
  {
    if(!popUpTra.closed) popUpTra.close();
  }
  
  popUpTra = open('/cinema/trailer.php'+URLStr+'', 'popUpTra', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+Wg+',height='+Hg+',left=10, top=10');
}

function popUpImprimir(URLStr)

{
  if(popUpImp)
  {
    if(!popUpImp.closed) popUpImp.close();
  }
  
  popUpImp = open('/imprimebalada.php?id='+URLStr+'', 'popUpImp', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=570,height=500,left=100, top=10');
}

function popUpImprimirVIP(URLStr)

{
  if(popUpVIP)
  {
    if(!popUpVIP.closed) popUpVIP.close();
  }
  
  popUpVIP = open('/imprimeVIP.php?'+URLStr+'', 'popUpVIP', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=530,height=515,left=100, top=10');
}

function popUpMusica(URLStr)

{
  if(popUpMus)
  {
    if(!popUpMus.closed) popUpMus.close();
  }
  popUpMus = open('/musica.php'+URLStr+'', 'aovivo','status=yes,resizable=no,width=480,height=295,top=111,left=10');
}

function popUpClip(URLStr)

{
  if(popUpCli)
  {
    if(!popUpCli.closed) popUpCli.close();
  }
  	w = 532
	h = 440
	l = (screen.availWidth-w) / 2;
	t = (screen.availHeight-h) / 2;
  popUpCli = open('/clipes/video.php'+URLStr+'', 'clipes','status=yes,resizable=no,width='+w+',height='+h+',top='+t+',left='+l+'');
}

function popUpRegulam(URLStr)

{
  if(popUpReg)
  {
    if(!popUpReg.closed) popUpReg.close();
  }
  popUpReg = open('/promo/regulamento_'+URLStr+'.php', 'popUpReg', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=410,height=465,left=10, top=10');
}

function popup(url) {
  window.open(url,'popupImageWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=100,height=100,screenX=10,screenY=10,top=10,left=10')
}

//-->
