home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / internet / treehouse / images / fontmiddle.js < prev    next >
Text File  |  2001-08-23  |  555b  |  17 lines

  1. // JS Middle
  2. // 
  3.  
  4. // Copyright (C) 2001 TreeHouse.cz
  5. // Not for Distributing
  6. // Only at http://www.treehouse.cz/font/
  7.  
  8. function addspot(id,url,name){this.id=id;this.url=url;this.name=name}
  9. middle = new Array(
  10. new addspot("009","font_fl_czech00.htm","╚ESK╔ FONTY","09"),
  11. new addspot("010","offline.htm","Fantasy Fonts","10"),
  12. new addspot("011","offline.htm","Sci-fi Fonts","11"),
  13. new addspot("012","offline.htm","Windows Fonts","12"),
  14. new addspot("013","offline.htm","Mac Fonts","13"),
  15. new addspot("014","offline.htm","More Fonts","14"));
  16.  
  17.