home *** CD-ROM | disk | FTP | other *** search
- function writeLink(id)
-
- {
-
- var html = "<a class=\"NavLink\" href=\"javascript:openAssetWindow('/Asset?ID=" +
-
- id + "','resizable',500,400)\" onmouseout=\"hidetip()\" " +
-
- "onmouseover=\"showtip(this, event,'Teacher Edition')\"><img src ='/sailfish/images/assets/Teacher_Resources.gif' border='0' width='162' height='42'></a>";
-
- window.document.writeln( html );
-
- window.document.close();
-
- }
-