document.write("<table cellspacing=0 cellpadding=0 width=750 height=25>");
document.write("<tr>");
document.write("<td align=right width=25% onClick=\"go_href('index.html')\" onMouseOver=\"MenuOn(this)\" onMouseOut=\"MenuOff(this)\" class=menu background='../images/menu_bgnd.gif'>");
document.write("STRONA GŁÓWNA");
document.write("</td>");
document.write("<td align=right width=25% onClick=\"go_href('o_nas.html')\" onMouseOver=\"MenuOn(this)\" onMouseOut=\"MenuOff(this)\" class=menu background='../images/menu_bgnd.gif'>");
document.write("O NAS");
document.write("</td>");
document.write("<td align=right width=25% onClick=\"go_href('oferta.html')\" onMouseOver=\"MenuOn(this)\" onMouseOut=\"MenuOff(this)\" class=menu background='../images/menu_bgnd.gif'>");
document.write("OFERTA");
document.write("</td>");
document.write("<td align=right width=25% onClick=\"go_href('kontakt.html')\" onMouseOver=\"MenuOn(this)\" onMouseOut=\"MenuOff(this)\" class=menu background='../images/menu_bgnd.gif'>");
document.write("KONTAKT");
document.write("</td>");
document.write("</tr>");
document.write("</table>");