home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 October / cmycha200310.iso / NHL2004 / NHL2004Demo.exe / fe / COMMON / js / LeftNavItem.js < prev    next >
Text File  |  2003-08-20  |  100b  |  1 lines

  1. function LeftNavItem(sNavID, sText, isTop) { this.navID= sNavID;this.text=sText;this.isTop= isTop;};