home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / mail / ft_gate_office / jscript / header.js < prev    next >
Encoding:
Text File  |  2002-02-28  |  1.3 KB  |  25 lines

  1.  
  2. function init() {
  3.   var img;
  4.   myNavBar.create();
  5.   // Find the position of the embedded image and move bar accordingly, note
  6.   // that we have to adjust for the table's cell padding.
  7.   img = getImage("placeholder");
  8.   myNavBar.moveTo(getImagePageLeft(img) - 2, getImagePageTop(img) - 2);
  9. }
  10.  
  11. document.write("<TABLE BORDER=\"0\" BACKGROUND=\"title1-bg.gif\" WIDTH=\"100%\" HEIGHT=\"42\" ")
  12. document.write("CELLPADDING=\"0\" CELLSPACING=\"0\">");
  13. document.write("<TR>");
  14. document.write("<TD BACKGROUND=\"images/title1-bg.gif\" WIDTH=\"130\" height=\"42\" NOWRAP>");
  15. document.write("<A HREF=\"http://www.ftgate.com\" ALT=\"FTGate Home Page\">");
  16. document.write("<IMG src=\"images/floo_w4.gif\" VSPACE=\"0\" BORDER=\"0\"></A>");
  17. document.write("</TD>");
  18. document.write("<TD BACKGROUND=\"images/title1-bg.gif\" NOWRAP><H1><font color=red>"+Page+"</font></H1></TD>");
  19. document.write("<TD BACKGROUND=\"images/title1-bg2.gif\" WIDTH=\"26\" NOWRAP>")
  20. document.write("<IMG SRC=\"images/title1-trans.gif\" BORDER=\"0\" WIDTH=\"26\" HEIGHT=\"42\"></TD>");
  21. document.write("<TD BACKGROUND=\"images/title1-bg2.gif\" CLASS=\"goldCopyright\" ALIGN=\"RIGHT\" WIDTH=\"220\" NOWRAP>");
  22. document.write(" <BR>© 2001 Floosietek Ltd </TD>");
  23. document.write("</TR>");
  24. document.write("</TABLE>");
  25.