<!-- Begin

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


var menuside	= "right"	// MENU SIDE | left, right or center


document.write('<div id="menu2" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" height="24"><tr><td>');

document.write('<a href="index.html">Home</a><br>');
document.write('</td><td>');


document.write('<a href="about.htm">Über uns</a><br>');
document.write('</td><td>');


document.write('<a href="news.htm">News</a><br>');
document.write('</td><td>');


document.write('<a href="service.htm">Online-Shops</a><br>');
document.write('</td><td>');


document.write('<a href="clients.htm">Kunden</a><br>');
document.write('</td><td>');


// document.write('<a href="impressum.htm">Impressum</a><br>');
// document.write('</td><td>');


document.write('<a href="links.htm">Links</a><br>');
document.write('</td><td>');


document.write('<a href="careers.htm">Jobs</a><br>');
document.write('</td><td>');


document.write('<a href="contact.htm">Kontakt</a><br>');
document.write('</td><td>');


// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A MENU BUTTON


// document.write('<a href="site_map.htm">Map</a><br>');
// document.write('</td><td>');

document.write('<a href="impressum.htm">Impressum</a><br>');
document.write('</td><td>');


document.write('<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
document.write('</div>');
//  End -->