<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"			// MENU BOTTOM SPACE
var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "products.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');

// NOTE: cabecera de idiomas

document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">English</a>');

document.write('<tr><td nowrap>');
document.write('<a href="index_it.htm" class="menu">Italian</a>');

document.write('<tr><td nowrap>');
document.write('<a href="webesp/index_es.htm" class="menu">Spanish</a>');

   if (showimage == "yes") {
document.write('</td></tr><tr><td align="center">');
document.write('<a href="'+linkimage+'"><img src="picts/menu_barra.jpg" border="0" class="sideborder"></a><br>');
}



// NOTE: cabecera de "home"

document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Products.htm" class="menu">Products</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="PDFgallery.htm" class="menu">PDF Downloads</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Technology.htm" class="menu">Technology</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK




// END TOP LINKS //




// MENU IMAGE 1
   if (showimage == "yes") {
document.write('</td></tr><tr><td align="center">');
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}





// START BOTTOM LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');

//  End -->
