document.write('<table cellpadding="0" cellspacing="0" border="0"><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><form action="servicii.html"><td>');
document.write('<input type="submit" value="Servicii" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

//document.write('</td></form><form action="oferta.html"><td>');
//document.write('<input type="submit" value="Oferte" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

document.write('</td></form><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>');
