| 1 |
/* cbe.js |
| 2 |
not part of CBE, only for cbe offline files |
| 3 |
to get the latest cbe, visit cross-browser.com |
| 4 |
*/ |
| 5 |
|
| 6 |
window.cbeBasePath = "../"; |
| 7 |
|
| 8 |
function topNavBarEx() { |
| 9 |
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='2'><tr>" |
| 10 |
+"<td height='40' class='clsTitle'><img src='../images/cb_x.gif' align='left' width='32' height='32' hspace='1' vspace='1'>CBE 4</td>" |
| 11 |
+"<td height='40' class='clsSubTitle'>Cross-Browser DHTML API </td>" |
| 12 |
+"</tr></table> " |
| 13 |
+"<div id='idMenuBar' class='clsMenuBar'>" |
| 14 |
+" <table width='100%' border='0' cellspacing='0' cellpadding='4'><tr><td class='clsNav' height='22' align='left'>" |
| 15 |
+" <a class='clsAMenu' href='../index.html'>Index</a> | " |
| 16 |
+" <a class='clsAMenu' target='cbeRefWin' href='../docs/cbe_reference.html' onclick='if(window.cbeDebugJsLoaded){cbeRefWindow(\"../docs/\");return false}' title='CBE Reference Window'>Reference</a> | " |
| 17 |
+" <a class='clsAMenu' href='javascript:if(window.cbeDebugJsLoaded)cbeDebugWindow()' title='CBE Debug Window'>Debug</a> | " |
| 18 |
// +" <a class='clsAMenu' href='javascript:if(window.cbeDebugJsLoaded)cbeTileWindows()' title='Tile the CBE Debug and Application Windows'>Tile</a> | " |
| 19 |
+" <a class='clsAMenu' href='http://www.hftonline.com/forum/forumdisplay.php?forumid=16'>Support Forum</a> | " |
| 20 |
+" <a class='clsAMenu' href='http://cross-browser.com/'>Cross-Browser.com</a>" |
| 21 |
+" </td></tr></table>" |
| 22 |
+"</div>"); |
| 23 |
} |
| 24 |
|
| 25 |
function bottomNavBarEx() { |
| 26 |
} |