<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuheight	="228"	  // OVERALL MENU HEIGHT
var menuwidth	="150"	  // OVERALL MENU WIDTH
var botmline	="19"	  // HEIGHT OF VERT LINE UNDER MENU


document.write('<table cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="'+menuheight+'" WIDTH="10"><br>');
document.write('</td><td valign="bottom" align="left">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="1" WIDTH="10"><br>');


// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK



document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://espanol.loveandempowerment.com/index.html" class="menu-link">Inicio</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://espanol.loveandempowerment.com/about_sp.html" class="menu-link">Quiénes Somos</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://espanol.loveandempowerment.com/services_sp.html" class="menu-link">Servicios</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://espanol.loveandempowerment.com/organization_sp.html" class="menu-link">Organización</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://espanol.loveandempowerment.com/contact_sp.html" class="menu-link">Contacto</a><br>');


document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
