//----------------------------------------------------------------
// ICGLink, Inc. - Jay R


// main nav....

document.write(" <div id='mainnav' style='position:absolute; top:131px; width:100%; z-index:3; left: 0px; height: 60;'> ");
document.write(" <center> ");
document.write(" <table width='750' border='0' cellpadding='0' cellspacing='0'> ");
document.write(" <tr><td><img src='http://www.stimsupply.com/new/images/spacer.gif' width='100' height='1'></td><td class='mainnav'> ");

document.write(" <a href='http://www.stimsupply.com/new/about.html'>ABOUT THERATECH</a> || ");
document.write(" <a href='http://www.stimsupply.com/new/products.html'>PRODUCTS</a> || ");
document.write(" <a href='http://www.stimsupply.com/new/contact.html'>CONTACT US</a> || ");
document.write(" <a href='http://www.stimsupply.com/new/index.html'>HOME</a> ");
document.write(" <br> ");
document.write(" <a href='http://www.stimsupply.com/new/forms.html'>FORMS</a> || ");
document.write(" <a href='http://www.stimsupply.com/new/Units.html'>ELECTROTHERAPY-TENS</a> ||  ");
document.write(" <a href='http://www.stimsupply.com/new/pain.html'>MANAGING YOUR PAIN</a> || ");
document.write(" <a href='http://www.stimsupply.com/new/links.html'>LINKS</a> ");

document.write(" </td></tr> ");
document.write(" </table> ");
document.write(" </center> ");
document.write(" </div> ");


// green logo block...

document.write(" <div id='grnlogo' style='position:absolute; top:18px; width:100%; z-index:2; left: 0px; height: 162;'> ");
document.write(" <center><a name='top'></a> ");
document.write(" <table width='750' border='0' cellpadding='0' cellspacing='0'><tr> ");
document.write(" <td> ");
document.write(" <img src='http://www.stimsupply.com/new/images/logogreen.gif' width='419' height='162'> ");
document.write(" </td> ");
document.write(" </tr></table> ");
document.write(" </center> ");
document.write(" </div> ");



// blue img...

document.write(" <div id='blueimg' style='position:absolute; top:18px; width:100%; z-index:1; left: 0px; height: 162;'> ");
document.write(" <center> ");
document.write(" <table width='750' border='0' cellpadding='0' cellspacing='0'><tr> ");
document.write(" <td align='right'> ");
document.write(" <img src='images/topblue.gif' width='627' height='111'> ");
document.write(" </td> ");
document.write(" </tr></table> ");
document.write(" </center> ");
document.write(" </div> ");


