var goodbrowser=document.getElementById
var url="http://itweb.fortworthisd.net/school_solutions"
var dyna="School Solutions Website-Encore Helpdesk Support"
if (goodbrowser) {
  
document.write('<TR>')
document.write('<TD background=schtmp_files/header_01.gif height=54>')
document.write('<TABLE cellSpacing=0 cellPadding=0 width="98%" border=0>')
document.write('<TBODY>')
document.write('<TR vAlign=center align=middle>')

document.write('<TD><A  name="staticLink" class=NavCustom href="./index.htm" onmouseover="stickyTip.show(\'home\')" onmouseout="stickyTip.hide()">HOME</A></TD>')
document.write('<TD style="COLOR: #ffffff">|</TD>')

document.write('<TD><A  name="staticLink" class=NavCustom href="mainfaqs.htm" onmouseover="stickyTip.show(\'faq2\')" onmouseout="stickyTip.hide()">FAQ</A></TD>')
document.write('<TD style="COLOR: #ffffff">|</TD>')

document.write('<TD><A name="staticLink" class=NavCustom href="SearchSite.htm" onmouseover="stickyTip.show(\'search2\')" onmouseout="stickyTip.hide()">SEARCH</A></TD>')
document.write('<TD style="COLOR: #ffffff">|</TD>')

document.write('<TD><A name="staticLink" class=NavCustom href="sample_links.htm" onmouseover="stickyTip.show(\'openlabs2\')" onmouseout="stickyTip.hide()" >OPEN LABS</A></TD>')
document.write('<TD style="COLOR: #ffffff">|</TD>')

document.write('<td>')
document.write('<A class=NavCustom href="javascript:bookmarksite(dyna,url)" name="staticLink" onmouseover="stickyTip.show(\'bookmark\')" onmouseout="stickyTip.hide()">BOOKMARK</a>')
document.write('</td>')
document.write('<TD style="COLOR: #ffffff">|</TD>')

document.write('<TD><A name="staticLink" class=NavCustom href="sample_link.htm" onmouseover="stickyTip.show(\'register\')" onmouseout="stickyTip.hide()">REGISTER</A></TD>')
document.write('<TD style="COLOR: #ffffff">|</TD>')

document.write('<TD><A name="staticLink" class=NavCustom href="javascript:print()" alt="Print Page" onmouseover="stickyTip.show(\'printpage\')" onmouseout="stickyTip.hide()">PRINT PAGE</A></TD>')
document.write('<TD style="COLOR: #ffffff">|</TD>')

document.write('<TD><A name="staticLink" class=NavCustom href="help_nav.htm" onmouseover="stickyTip.show(\'help\')" onmouseout="stickyTip.hide()">HELP</a></TD>')
document.write('<TD style="COLOR: #ffffff">|</TD>')

document.write('</TR>')
                  
}