// JavaScript Document

function getDetall()
{
	var idComplejo=document.getElementById("complex").options[document.getElementById("complex").selectedIndex].value;
	document.getElementById("cod_cine").value=idComplejo;
	var idFilm=document.getElementById("film").options[document.getElementById("film").selectedIndex].value;
	document.getElementById("cod_peli").value=idFilm;
	enviar3(idComplejo,idFilm);
	
}

function updategif()
{
  document.getElementById("gif").style.display='none';
}

function updateselectDetail()
{
	nompage=document.getElementById("page").value;
	if(nompage=="pdetail")
	{	changeselect();
	}
}

function upscrollwin()
{
	window.scroll(0,250);
}

function updateCartelera(cadena)
{
	cadenan=cadena.substr(1);
	nompage=document.getElementById("page").value;
	if(nompage=="pcartel" || nompage=="pstren")
	{	document.getElementById("imprcart").innerHTML='<a href="../inprimir_cartel.php?nomcine=CinePlanet Alcazar&cod=04&val='+cadenan+'" class="lbOn"><img src="../images/esquina_informacion-iconos4.gif" width="27" height="25" border="0" /></a>';
	}
	
}

function getPoint(p)
{
	point=p*65;
	scrollbar.tweenTo(point);
}

function getNextvyc()
{	var idFilmv=document.getElementById("filmvyc").options[document.getElementById("filmvyc").selectedIndex].value;
	document.getElementById("codigo_pel").value=idFilmv;
	document.frmVC.submit();	
}