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("<TABLE BORDER=\"0\" BACKGROUND=\"title1-bg.gif\" WIDTH=\"100%\" HEIGHT=\"42\" ")
- document.write("CELLPADDING=\"0\" CELLSPACING=\"0\">");
- document.write("<TR>");
- document.write("<TD BACKGROUND=\"images/title1-bg.gif\" WIDTH=\"130\" height=\"42\" NOWRAP>");
- document.write("<A HREF=\"http://www.ftgate.com\" ALT=\"FTGate Home Page\">");
- document.write("<IMG src=\"images/floo_w4.gif\" VSPACE=\"0\" BORDER=\"0\"></A>");
- document.write("</TD>");
- document.write("<TD BACKGROUND=\"images/title1-bg.gif\" NOWRAP><H1><font color=red>"+Page+"</font></H1></TD>");
- document.write("<TD BACKGROUND=\"images/title1-bg2.gif\" WIDTH=\"26\" NOWRAP>")
- document.write("<IMG SRC=\"images/title1-trans.gif\" BORDER=\"0\" WIDTH=\"26\" HEIGHT=\"42\"></TD>");
- document.write("<TD BACKGROUND=\"images/title1-bg2.gif\" CLASS=\"goldCopyright\" ALIGN=\"RIGHT\" WIDTH=\"220\" NOWRAP>");
- document.write(" <BR>© 2001 Floosietek Ltd </TD>");
- document.write("</TR>");
- document.write("</TABLE>");
-