// JavaScript Document
function video(id){

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="380" height="380">');
document.write('<param name="movie" value="video.swf" />');
document.write('<param name="FlashVars" value="video=obras/'+id+'.flv">');
document.write('<param name="quality" value="high" />');
document.write('<embed src="video.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="380" height="380"></embed>');
document.write('</object>');
}

function ficha_tecnica(id,fondo,galeria){
	ventana = window.open ("ficha_tecnica.php?id="+id+"&fondo="+fondo+"&galeria="+galeria,"fichatecnica","height=575,width=620,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,left=0,top=0");
ventana.focus();
}
function ficha_actividad(id){
ventana = window.open ("ficha_actividades.php?id="+id,"actividad",'scrollbars=yes,width=502,height=600');
	ventana.focus();
}
function ficha(pagina,ancho,alto){
	ventana = window.open (pagina,"franquicias","height="+alto+",width="+ancho+",menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,left=0,top=0");
ventana.focus();
}
function flash_inicio(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="980" height="580">');
  document.write('<param name="movie" value="index.swf" />');
  document.write('<param name="quality" value="high" />');
  document.write('<param name="wmode" value="transparent" />');
  document.write('<embed src="index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="980" height="580"></embed>');
document.write('</object>');
}

function popImage(imagen,titulo){
//	alert("height="+screen.height +",width="+screen.width +",menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,left=0,top=0");
	ventana = window.open ('imagen.php?obra='+imagen+'&ancho='+screen.width+'&alto='+screen.height+'&titulo='+titulo,'obra','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+screen.width+ ',height='+screen.height+',left=0,top=0');
//'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+screen.width + ',height='+screen.height+',left=0,top=0'
ventana.focus();
}
function aviso_legal(){
	ventana = window.open ("aviso_legal.html","franquicias","height=600,width=525,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,left=0,top=0");
ventana.focus();
}

