///
/// menu en ingles
/// diseņo: Victor Rodriguez
//alert(algo);
document.write('<div style="margin-left:13px;">');
document.write('<table width=100% cellpadding="1" id="menu1" class="ddmx" border="0" bordercolor="#ebebeb" style="BORDER-COLLAPSE: collapse">');
document.write('<tr>');
if (algo == 1){
   document.write('<td><a class="item1" title="Home Page" style="background:#AAE005;" href="index.html">Home</a></td>');
}else{
   document.write('<td><a class="item1" title="Home Page" href="index.html">Home</a></td>');
} 
if (algo == 2){     
    document.write('<td><a class="item1" title="About Us" style="background:#AAE005;" href="about.html">About Us</a></td>');
}else{
    document.write('<td><a class="item1" title="About Us"  href="about.html">About Us</a></td>');
}
if (algo == 3){     
    document.write('<td><a class="item1" href="specials.html" style="background:#AAE005;" title="Specials">Specials</a></td>');
}else{	
    document.write('<td><a class="item1" href="specials.html" title="Specials">Specials</a></td>');
}	
if (algo == 4){ 
    document.write('<td><a class="item1" style="background:#AAE005;" href="javascript:void(0)">Solutions</a><div class="section">');
}else{
    document.write('<td><a class="item1" href="javascript:void(0)">Solutions</a><div class="section">');
}
 		
document.write('<a class="item2" href="../nova.html" title="Hotel Online Reservations">NOVA :: Online Reservations</a>');
document.write('<a class="item2" href="paypal.html" title="Online Payments">PAYPAL :: Online Payments</a></div></td>');
if (algo == 5){ 
    document.write('<td><a style="background:#AAE005;" class="item1" href="javascript:void(0)">Services</a>');
}else{
	document.write('<td><a class="item1" href="javascript:void(0)">Services</a>');
}	
document.write('<div class="section"><a class="item2" title="Pro Web Designs"  href="websites.html">Web Site Designs</a>');
document.write('<a class="item2" title="Internet Applications"  href="webapp.html">Web Applications</a>');
document.write('<a class="item2" title="Domain Registration"  href="domains.html">Domain Registration</a>');
document.write('<a class="item2" title="Web Hosting"  href="hosting.html">Web Hosting</a>');
document.write('<a class="item2" href="seo.html" title="Search Engine Optimization">SEO</a></div></td>');
if (algo == 6){ 
    document.write('<td><a style="background:#AAE005;" class="item1" href="contactus.html" title="Contact Us">Contact Us</a></td><td>');
}else{
    document.write('<td><a class="item1" href="contactus.html" title="Contact Us">Contact Us</a></td><td>');
}	
if (algo == 7){ 
    document.write('<a style="background:#AAE005;" class="item1" href="portafolios.html" title="Portafolios">Portfolio</a></td></tr></table>');
}else{
    document.write('<a class="item1" href="portafolios.html" title="Portafolios">Portfolio</a></td></tr></table>');
}		
document.write('</div>');
     
    