// JavaScript Document
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function writeHome(){
	document.write('<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="770" height="430">');
	document.write('<param name="movie" value="home2.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="home2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="430"></embed>');
	document.write('</object>');
}

function writeMenu(num){
	document.write('<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="770" height="152">');
    document.write('<param name="movie" value="comun/top.swf?area_actual='+num+'" />');
    document.write('<param name="quality" value="high" />');
    document.write('<embed src="comun/top.swf?area_actual='+num+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="152"></embed>');
    document.write('</object>');

}
function writeSelect(){
	document.write('<form name="shortcuts">');
	document.write('<select name="peliculas" onchange="document.location.href=document.forms.shortcuts.peliculas.value">');
	document.write('<option value="#" selected>- - - ir a ficha de otra pel&iacute;cula - - -</option>');
	document.write('<option value="#"> </option>');
	document.write('<option value="#">LARGOMETRAJES</option>');
	document.write('<option value="largometraje01.html">1888, el extraordinario viaje...</option>');
	document.write('<option value="largometraje02.html">Arena en los bolsillos</option>');
	document.write('<option value="largometraje03.html">La bicicleta</option>');
	document.write('<option value="largometraje04.html">La historia del ba&uacute;l rosado</option>');
	document.write('<option value="largometraje05.html">La maldici&oacute;n del padre cardona</option>');
	document.write('<option value="largometraje06.html">Mi abuelo, mi papa y yo</option>');
	document.write('<option value="largometraje07.html">Peligrosa obsesi&oacute;n</option>');
	document.write('<option value="largometraje08.html">Un d&iacute;a sin sexo</option>');
 	document.write('<option value="largometraje09.html">El mundo alrededor - fuera de concurso</option>');
 	document.write('<option value="largometraje10.html">La semana que viene (sin falta) - fuera de concurso</option>');
	document.write('<option value="#"> </option>');
	document.write('<option value="#">CORTOMETRAJES</option>');
	document.write('<option value="cortometraje01.html">Dios te salve</option>');
	document.write('<option value="cortometraje02.html">El castillo</option>');
	document.write('<option value="cortometraje03.html">El rinc&oacute;n de Venezuela</option>');
	document.write('<option value="cortometraje04.html">Impar par</option>');
	document.write('<option value="cortometraje05.html">Los cr&iacute;menes ejemplares de Max Aub</option>');
	document.write('<option value="cortometraje06.html">Mi t&iacute;o Paco</option>');
	document.write('<option value="cortometraje07.html">Nado sincronizado</option>');
	document.write('<option value="cortometraje08.html">Sin ella</option>');
	document.write('<option value="cortometraje09.html">Voy para contento</option>');
	document.write('<option value="cortometraje10.html">Desconocidos</option>');
    document.write('<option value="#"> </option>');
 	document.write('<option value="#">CINE PEQUE</option>');
 	document.write('<option value="cinepeque01.html">Programacion infantil</option>');
	document.write('</select>');
	document.write('</form>');

}

function writeSelect2(){
	document.write('<form name="shortcuts">');
	document.write('<select name="jurado" onchange="document.location.href=document.forms.shortcuts.jurado.value">');
	document.write('<option value="#" selected>- - - ir a otros miembros del jurado - - -</option>');
	document.write('<option value="jurado01.html">Lisandro Duque Naranjo</option>');
	document.write('<option value="jurado02.html">Hugo Stuven Casanovas</option>');
	document.write('<option value="jurado03.html">David Rodriguez</option>');
	document.write('<option value="jurado04.html">Manuel Velasco Varona</option>');
	document.write('<option value="jurado05.html">Tatiana Astengo</option>');
	document.write('</select>');
	document.write('</form>');

}
function writeSelect3(){
	document.write('<form name="shortcuts">');
	document.write('<select name="homenaje" onchange="document.location.href=document.forms.shortcuts.homenaje.value">');
	document.write('<option value="#" selected>- - - homenajeados - - -</option>');
	document.write('<option value="homenaje01.html">Emma Pennella</option>');
	document.write('<option value="homenaje02.html">Jose Maria Morales</option>');
	document.write('</select>');
	document.write('</form>');

}

function writeSelect4(){
	document.write('<form name="shortcuts">');
	document.write('<select name="homenaje" onchange="document.location.href=document.forms.shortcuts.homenaje.value">');
	document.write('<option value="#" selected>- - - premios aec - - -</option>');
	document.write('<option value="premiosaec01.html">Jos&eacute; Luis Alcaine</option>');
	document.write('<option value="premiosaec02.html">Tote Trenas</option>');
	document.write('<option value="premiosaec03.html">Nicol&aacute;s G&oacute;mez Mira</option>');
	document.write('<option value="premiosaec04.html">Pablo Nu&ntilde;ez</option>');
	document.write('</select>');
	document.write('</form>');

}

//-->