document.write('<table cellpadding="0" cellspacing="0" border="0" style="background-color:#fff;"><tr>');

document.write('<form action="index.html"><td>');
document.write('<input type="submit" value="Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

document.write('</td></form><td style="width:5px;"></td><form action="produse.html"><td>');
document.write('<input type="submit" value="Produse" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

document.write('</td></form><td style="width:5px;"></td><form action="contact.html"><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

document.write('</td></form></tr></table>');

