<!-- main Menu rs

//  menu new 
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" >');

//  menu
document.write('<tr>');
document.write('<td width="900" height="32" background="img/menu_bgrd_rs.jpg">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" >');
document.write('<tr>');


document.write('<td><img src="img/spacer.gif" width="4" height="32" border="0"');
document.write('</td>');

//  menu 1 -Maticna strana
document.write('<td width="114" height="32"><a href="index.htm" class="hmenu">&nbsp;Matična strana</a></td>');
document.write('</td>');
//  menu split
document.write('<td><img src="img/spacer.gif" width="5" height="32" border="0"');
document.write('</td>');

//  menu 2 -Proizvodni program
document.write('<td width="148" height="32"><a href="products.htm" class="hmenu">&nbsp;Proizvodni program</a></td>');
document.write('</td>');
//  menu split
document.write('<td><img src="img/spacer.gif" width="5" height="32" border="0"');
document.write('</td>');

//  menu 3 -Proizvodnja
document.write('<td width="94" height="32"><a href="manuf.htm" class="hmenu">&nbsp;Proizvodnja</a></td>');
document.write('</td>');
//  menu split
document.write('<td><img src="img/spacer.gif" width="5" height="32" border="0"');
document.write('</td>');

//  menu 4 -Izvodjenje radova
document.write('<td width="134" height="32"><a href="cworks.htm" class="hmenu">&nbsp;Izvođenje radova</a></td>');
document.write('</td>');
//  menu split
document.write('<td><img src="img/spacer.gif" width="5" height="32" border="0"');
document.write('</td>');

//  menu 5 -Projektovanje
document.write('<td width="95" height="32"><a href="design.htm" class="hmenu">&nbsp;Projektovanje</a></td>');
document.write('</td>');
//  menu split
document.write('<td><img src="img/spacer.gif" width="5" height="32" border="0"');
document.write('</td>');

//  menu 6 -Sertifikati
document.write('<td width="83" height="32"><a href="cert.htm" class="hmenu">&nbsp;Sertifikati</a></td>');
document.write('</td>');
//  menu split
document.write('<td><img src="img/spacer.gif" width="5" height="32" border="0"');
document.write('</td>');

//  menu 7 -Reference
document.write('<td width="83 height="32"><a href="references.htm" class="hmenu">&nbsp;Reference</a></td>');
document.write('</td>');
//  menu split
document.write('<td><img src="img/spacer.gif" width="5" height="32" border="0"');
document.write('</td>');

//  menu 8 -Profil kompanije
//document.write('<td width="60" height="32"><a href="about.htm" class="hmenu">O nama</a></td>');
//document.write('</td>');
//  menu split
//document.write('<td><img src="img/spacer.gif" width="5" height="32" border="0"');
//document.write('</td>');

//  menu 9 -Kontakt
document.write('<td width="68" height="32"><a href="contact.php" class="hmenu">&nbsp;Kontakt</a></td>');
document.write('</td>');
//  menu split
document.write('<td><img src="img/spacer.gif" width="4" height="32" border="0"');
document.write('</td>');

document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');

//  end menu

document.write('</table>');

//  end -->
