var menu = "Directorio General";      // Salud
var categoria = "CadaLugar.com";      // cardiologos 
var ciudad = "Estado Zulia, Venezuela";    // Maracaibo 

// las anteriores son variables globales para marco de la derecha: der
// der.menu 
// der.categoria 
// der.ciudad 


/* -----------------------------------   */
function piedepagina1(){
/* -----------------------------------   */


document.writeln('<p> <img src="http://www.cadalugar.com/favicon.ico" align=right GALLERYIMG="no" alt="Directorio de Empresas, Productos y Servicios en Venezuela: Cadalugar.com " >');

document.writeln('<hr> <nobr><small> Derechos reservados 2006 - 2008  </small> &copy; <b> www.CadaLugar.com  </b> </nobr>');

document.writeln(' <small> <small> <small>   VQ9Q070Q685Q  </small> </small> </small> ');

document.writeln('<hr size=1>');
document.writeln('<p align=center>');

document.writeln(' <a href="http://www.cadalugar.com/index.html"  class="enlaceboton" target="_top" title="Inicio cadalugar.com"> Inicio </a>');

document.writeln('&nbsp; &nbsp; ');

document.writeln(' <a href="http://www.cadalugar.com/tarifas.html"  class="enlaceboton" target="_blank" Title="Tarifas para su Publicidad en CadaLugar" > Tarifas </a>');

document.writeln('&nbsp; &nbsp; <nobr>');
document.writeln(' <a "href=mailto:webmaster@cadalugar.com?subject=Insercion_en_Cadalugar.com"  class="enlaceboton" Title="Enviar mensaje Email"> Enviar e-mail </a>');
document.writeln('&nbsp; a CadaLugar &nbsp; <nobr>');

document.writeln('&nbsp; &nbsp; <nobr>');
document.writeln(' <a href="http://www.cadalugar.com/politicas.html" class="enlaceboton" Title="Pol&iacute;ticas del Sitio Web " target="_blank" > Pol&iacute;ticas </a> </nobr>  '); 

document.writeln('<hr size=1>');


/* -----------------------------------   */
setTimeout( document.close(), 1000);
} 


/* -----------------------------------   */
function piedepagina2(){
/* -----------------------------------   */


document.writeln('<p> <img src="http://www.cadalugar.com/favicon.ico" align=right GALLERYIMG="no" alt="Directorio de Empresas, Productos y Servicios en Venezuela: Cadalugar.com " >');

document.writeln('<hr> <nobr><small> Derechos reservados 2006 - 2008  </small> &copy; <b> www.CadaLugar.com  </b> </nobr>');

document.writeln(' <small> <small> <small>   VQ9Q070Q685Q  </small> </small> </small> ');

document.writeln('<hr size=1>');
document.writeln('<p align=center>');

document.writeln(' <a href="http://www.cadalugar.com/index.html"  class="enlaceboton" target="_top" title="Inicio cadalugar.com"> Inicio </a>');
document.writeln('&nbsp; &nbsp; ');

document.writeln('<hr size=1>');

/* -----------------------------------   */
setTimeout( document.close(), 1000);
} 

/* -----------------------------------   */
function cabecera1(){
/* -----------------------------------   */
document.writeln(' <h1> ' + menu + categoria + ciudad + ' </h1> \n <hr size=1> ');
if ( der.menu ){
	der.menu = menu;
	}
if ( der.categoria ) {
	der.categoria = categoria;
	}
if ( der.ciudad ) {
	der.ciudad = "Maracaibo ";
	}
} 

/* -----------------------------------  */ 





/* -----------------------------------  */ 



function precargar(imagen,origen) {
 
  eval(imagen+' = new Image()');
  eval(imagen+'.src = "'+origen+'"');
    // se llama con  precargar(  "ima001" , "http://www.cadalugar.com/pics/logo.jpg" )
} 

/* -----------------------------------  */ 