<!-- Begin CSS Horizontal Menu - menu ver 3.11 2011

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "center"	// MENU SIDE | left | right | center
var fixwrap		= "yes"		// MAKE yes TO STOP ANY MENU WRAPPING
var menuwidth		= "850"		// TOTAL MENU MIN WIDTH


document.write('<table cellpadding="0" cellspacing="0" border="0" class="Dmenuwidth"><tr><td class="menutable printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<ul id="menunav">');






// START MENU LINKS - EDIT BELOW THIS AREA





document.write('  <li><a href="http://www.lalyflor.deranet.ph/index.html" class="firstmenu">INDEX</a>'); 
document.write('    <ul>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/index.html">HOME</a></li>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/empresa.html">LALYFLOR</a></li>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/donde_estamos.html">DONDE ESTAMOS</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li><a href="http://www.lalyflor.deranet.ph/instalaciones.html">INSTALACIONES</a>'); 
document.write('    <ul>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/instalaciones.html">INSTALACIONES</a></li>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/video_empresa.html">VIDEO EMPRESA</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li><a href="http://www.lalyflor.deranet.ph/productos.html">PRODUCTOS</a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/productos.html">PRODUCTOS</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li><a href="http://www.lalyflor.deranet.ph/donde_estamos.html">DONDE ESTAMOS</a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/donde_estamos.html">DONDE ESTAMOS - MAPA</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li><a href="http://www.lalyflor.deranet.ph/catalogo.html"> OFERTAS </a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/catalogo.html">OFERTAS</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li><a href="http://www.lalyflor.deranet.ph/plantas_interior.html">INFORMACION JARDINERO</a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/plantas_interior.html">PLANTAS DE INTERIOR</a></li>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/plantas_exterior.html">PLANTAS DE EXTERIOR</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li><a href="http://www.lalyflor.deranet.ph/fotografias_lalyflor.html">FOTOGRAFIAS Y VIDEOS</a>');
document.write('    <ul>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/fotografias_lalyflor.html">ALBUM DE FOTOGRAFIAS 1</a></li>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/album1/index.html">ALBUM DE FOTOGRAFIAS 2</a></li>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/videos.html">INFO-VIDEOS </a></li>');
document.write('      <li><a href="http://www.lalyflor.deranet.ph/video_empresa.html">VIDEO EMPRESA</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('<li><a href="http://www.lalyflor.deranet.ph/contacto.html"  class="carticon">CONTACTO</a></li>');







// END LINKS //





document.write('</ul>');

document.write('</td></tr></table>');

   if (fixwrap == "yes") {
document.write('</td></tr><tr><td class="bottomline">');
document.write('<img src="http://www.lalyflor.deranet.ph/picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}

document.write('</td></tr></table>');





IEMhover = function() {
	var IEMh = document.getElementById("menunav").getElementsByTagName("LI");
	for (var i=0; i<IEMh.length; i++) {
		IEMh[i].onmouseover=function() {
			this.className+=" IEMhover";
		}
		IEMh[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" IEMhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", IEMhover);


// END -->
