
function presentacion_flash(ubicacion,alto,ancho,position){
		document.write(' 	<table align='+position+' width="'+ancho+'" height="'+alto+'"border="0" cellpadding="0" cellspacing="0">')
		document.write('  <tr  >')
		document.write('<td>')
		document.write('<object  type="application/x-shockwave-flash"')
  		document.write('data="'+ubicacion+'"')
  		document.write('style="width: '+ancho+'px; height: '+alto+'px;" >')
  		document.write('<param name="movie" value="'+ubicacion+'" />')
  		document.write('ERROR (no puede mostrarse el objeto)')
		document.write('</object>')
		document.write('</td')
		document.write('  </tr>')
   		document.write(' </table>')
	}

function VecImagenes(){
	n=0;
	this[n++]="img/encabezado1.jpg";
	this[n++]="img/encabezado1.jpg";
	this[n++]="img/encabezado4.jpg";
	this[n++]="img/encabezado4.jpg";
	this.N=n;
	}
function encabezado(){
	var Imagenes=new VecImagenes();
	src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
	document.write("<a  href='../index.php'><IMG SRC=../"+src+" width=995px height=150px border='0' ></a>");
	}
	function encabezado_index(){
	var Imagenes=new VecImagenes();
	src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
	document.write("<a  href='index.php'><IMG SRC="+src+" width=995px height=150px border='0' ></a>");
	}
	
  
  function menu_horizontal(){
	 
	document.write('<div class="opcion_menu_superior" style="float:right  "><a href="../eventos/">Eventos</a></div>');
	document.write('<div class="opcion_menu_superior" style="float:right  "><a href="../multimedia/">Multimedia</a></div>');
	document.write('<div class="opcion_menu_superior" style="float:right "><a target="_blank" href="http://www.turismo.jerezcaballeros.es/">Turismo</a></div>');
	document.write('<div class="opcion_menu_superior" style="float:right "><a href="../guia/">Guía</a></div>');
	document.write('<div class="opcion_menu_superior" style="float:right "><a href="../servicios/">Servicios</a></div>');
	document.write('<div class="opcion_menu_superior" style="float:right "><a href="../actualidad/">Actualidad</a></div>');
	document.write('<div class="opcion_menu_superior" style="float:right "><a href="../ayuntamiento/">Ayuntamiento</a></div>');
	document.write('<div class="opcion_menu_superior" style="float:right "><a href="../index.php">Portada</a></div>');
	document.write('<div class="opcion_menu_superior" style="float:right;width:12%;height:17px"></div>');
	}

	
function pie_pagina(){
	document.write('<p> Excmo. Ayuntamiento de JEREZ DE LOS CABALLEROS <br>');
  document.write('Plaza de la Alcazaba, s/n. 06380, Jerez de los Caballeros<br> Badajoz, ESPA&Ntilde;A <br>');
  document.write('Telf. Centralita: 924 730 011- Fax: 924 750 204 <br>');
  document.write('<br>');
  document.write('<a href="mailto:info@jerezcaballeros.es">info@jerezcaballeros.es</a></p>');}
  
  
