var currURL=String(window.location.href)
var topNav = '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
topNav += '<tr>'
topNav += '<td width="31%" height="75">&nbsp;</td>'
topNav += '<td height="75" width="60%">&nbsp;</td>'
topNav += '<td width="9%" height="75">&nbsp;</td>'
topNav += '<tr>'
topNav += '<tr valign="top">'
topNav += '<td width="31%" height="37">&nbsp;</td>'
topNav += '<td height="37" width="60%">'
topNav += '<table width="465" align="center">'
topNav += '<tr align="center">'
topNav += '<td width="17%"><a class="black" href="/index.htm">home</a></td>'
topNav += '<td width="3%">&nbsp;</td>'
topNav += '<td width="24%"><a class="black" href="/banners_stands.htm">portfolio</a></td>'
topNav += '<td width="2%">&nbsp;</td>'
topNav += '<td width="27%"><a class="black" href="/we_offer.htm">we offer...</a></td>'
topNav += '<td width="3%">&nbsp;</td>'
topNav += '<td width="24%"><a class="specials" href="/specials.htm">specials</a>&nbsp;</td>'
topNav += '</tr>'
topNav += '</table>'
topNav += '</td>'
topNav += '<td width="9%" height="37">&nbsp;</td>'
topNav += '</tr>'
topNav += '</table>'
document.write(topNav)
