var mytext = "";
mytext = "<table width='100%' height='79' border='0' cellpadding='0' cellspacing='0' background='images/nav_bg.gif'>"
mytext += "<tr> "
mytext += "<td width='31' align='left' valign='top'>"
mytext += " <img src='images/nav_spacer01.gif' width='38' height='79'>"
mytext += "</td> "
mytext += "<td width='99%' align='left' valign='top'>"
mytext += "<table width='487' border='0' cellspacing='0' cellpadding='0'>"
mytext += "<tr> "
mytext += "<td height='40'>&nbsp;</td>"
mytext += "</tr>"
mytext += "<tr><td height='17'>"
mytext += "<img src='images/spacer.gif' width='17' height='17'>"
mytext += "</td></tr>"
mytext += "<tr>"
mytext += "<td align='right' class='non-underlink'>"
mytext += "<img src='images/ico_home.gif' width='15' height='21' align='absmiddle'>"
mytext += "<a href='index.htm'>Home</a><img src='images/spacer.gif' width='11' height='8'>"
mytext += "<img src='images/ico_products.gif' width='14' height='21' align='absmiddle'>"
mytext += "<a href='products.htm'>Products</a>"
mytext += "<img src='images/spacer.gif' width='11' height='8'><img src='images/ico_phone.gif' width='14' height='21' align='absmiddle'>"
mytext += "<a href='contactus.htm'>Contact Us</a>"
mytext += "<img src='images/spacer.gif' width='10' height='1'>"
mytext += "<img src='images/ico_payment.gif' width='16' height='21' align='absmiddle'>"
mytext += "<a href='https://epiphanydev.com/payment'>Online Payment</a>"
mytext += "<img src='images/spacer.gif' width='10' height='1'> "
mytext += "<img src='images/ico_payment.gif' width='16' height='21' align='absmiddle'>"
mytext += "<a href='https://epiphanydev.com/edNewsLetter/' target='_blank'>Newsletter</a>"
mytext += "</td></tr></table></td></tr></table>"
document.write(mytext)
