home *** CD-ROM | disk | FTP | other *** search
- function init() {
- var img;
- myNavBar.create();
- // Find the position of the embedded image and move bar accordingly, note
- // that we have to adjust for the table's cell padding.
- img = getImage("placeholder");
- myNavBar.moveTo(getImagePageLeft(img) - 2, getImagePageTop(img) - 2);
- }
-
- document.write("")
- document.write("<body onload=\"init()\" bgcolor=#ffffff MARGINHEIGHT=\"0\" MARGINWIDTH=\"0\" background=\"/images/bg.gif\">")
- document.write("<table border=0 cellspacing=0 cellpadding=0 MARGINHEIGHT=0 MARGINWIDTH=0 width=800>")
- document.write("<tr>")
- document.write(" <td bgcolor=\"gold\" align=\"left\" rowspan=2 width=200> <img src=\"/Images/floo_w2.gif\">")
- document.write(" </td>")
- document.write(" <td bgcolor=\"gold\" valign=\"center\" align=\"left\" height=\"40\" width=100>")
- document.write(" <img name=\"placeholder\" border=0 src=\"/jscript/triangle.gif\" width=1 height=22>")
- document.write(" </td>")
- document.write(" <td bgcolor=\"gold\" valign=\"center\" align=\"left\" height=\"40\" width=500>")
- document.write(" ")
- document.write(" </td>")
- document.write("</tr>")
- document.write("<TR><TD bgcolor=\"gold\" colspan=2> ")
- document.write("</TD></TR>");
- document.write("<tr>")
- document.write("<td align=left bgcolor=#660099 height=20 colspan=2><B><font color=\"gold\"> ")
- document.write(Page)
- document.write("</font></B></TD>")
- document.write(" <td align=\"right\" bgcolor=#660099 height=\"20\">")
- document.write(" <font color=\"gold\">⌐ 2000 Floosietek Ltd</font> ")
- document.write(" </td>")
- document.write("</tr>")
- document.write("</table>")
-