// NOTE: If you use a ' add a slash before it like this \'


// START MENU LINKS - COPY ANY 2 LINES TO ADD A NEW MENU ITEM


document.write('<a href="index.html" class="menu">Productos de Defensa</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="http://spain-information-services.com/gps/bienvenidos.html" class="menu">Sistemas GPS - Otros</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="http://spain-information-services.com/espanol/bienvenidos.htm" class="menu">Investigador Privado</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="links.htm" class="menu">Enlaces</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="http://spain-information-services.com/gps/productosdefensa/contact.htm" class="menu">Contacte</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="http://spain-information-services.com/sitemap.htm" class="menu">Site Map</a>');
document.write('</td><td>|</td><td>');






//  End -->