// JavaScript Document

function Header()
{   
// 	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="888" height="136">\n');
// 	
//       document.write('<param name="movie" value="http://www.casasrurales-moratalla.com/designs/flash/cabe.swf?color=0x3A4E3A&headerTitle='+encodeURI("BOSQUE DE HORNILLOS")+'" />\n');
// 
//       document.write('<param name="allowScriptAccess" value="always">');
//       document.write('<param name="quality" value="high" />\n');
// 
//       document.write('<embed src="http://www.casasrurales-moratalla.com/designs/flash/cabe.swf?color=0x3A4E3A&headerTitle='+encodeURI("BOSQUE DE HORNILLOS")+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="888" height="136" allowScriptAccess="always">\n');
// 
// 	document.write('</embed>\n');
// 
//     document.write('</object>\n');
  document.write('<img src="images/cabecera-moratalla.gif">');

}

function Menu()
{  
// 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="162" height="260">\n');
// 	
//       document.write('<param name="movie" value="http://www.casasrurales-moratalla.com/designs/flash/menu.swf?color=0x3A4E3A&labels='+encodeURI("CASA_-_-___-_-_INVIERNO CASA_-_-___-_-_ MORATALLA_-_-___-_-_FIESTAS _-_-___-_-_ENTORNO _-_-___-_-_ACTIVIDADES_-_-___-_-_DONDE COMPRAR_-_-___-_-_CONTACTO")+'&position=1&url='+encodeURI("/index.htm_-_-___-_-_/INVIERNO-CASA.htm_-_-___-_-_/-MORATALLA.htm_-_-___-_-_/FIESTAS-.htm_-_-___-_-_/ENTORNO-.htm_-_-___-_-_/ACTIVIDADES.htm_-_-___-_-_/DONDE-COMPRAR.htm_-_-___-_-_/CONTACTO.htm")+'" />\n');
// 		document.write('<param name="allowScriptAccess" value="always">');
//       document.write('<param name="quality" value="high" />\n');
// document.write('<param name="scale" value="noscale" /><param name="salign" value="t" />\n');
//       document.write('<embed src="http://www.casasrurales-moratalla.com/designs/flash/menu.swf?color=0x3A4E3A&labels='+encodeURI("CASA_-_-___-_-_INVIERNO CASA_-_-___-_-_ MORATALLA_-_-___-_-_FIESTAS _-_-___-_-_ENTORNO _-_-___-_-_ACTIVIDADES_-_-___-_-_DONDE COMPRAR_-_-___-_-_CONTACTO")+'&position=7&url='+encodeURI("/index.htm_-_-___-_-_/INVIERNO-CASA.htm_-_-___-_-_/-MORATALLA.htm_-_-___-_-_/FIESTAS-.htm_-_-___-_-_/ENTORNO-.htm_-_-___-_-_/ACTIVIDADES.htm_-_-___-_-_/DONDE-COMPRAR.htm_-_-___-_-_/CONTACTO.htm")+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="162" height="260" scale="noscale" salign="t" allowScriptAccess="always">\n');
// 
// 	document.write('</embed>\n');
// 
//      document.write('</object>\n');

document.write('<ul id="menu">');
document.write('<li><a href="index.htm">Casa</a></li>');
document.write('<li><a href="INVIERNO-CASA.htm">Invierno casa</a></li>');
document.write('<li><a href="-MORATALLA.htm">Moratalla</a></li>');
document.write('<li><a href="FIESTAS-.htm">Fiestas</a></li>');
document.write('<li><a href="ENTORNO-.htm">Entorno</a></li>');
document.write('<li><a href="ACTIVIDADES.htm">Actividades</a></li>');
document.write('<li><a href="DONDE-COMPRAR.htm">Donde comprar</a></li>');
document.write('<li><a href="CONTACTO.htm">Contacto</a></li>');
documnet.write('</ul>');
}