home *** CD-ROM | disk | FTP | other *** search
- // JS Middle
- //
-
- // Copyright (C) 2001 TreeHouse.cz
- // Not for Distributing
- // Only at http://www.treehouse.cz/font/
-
- function addspot(id,url,name){this.id=id;this.url=url;this.name=name}
- middle = new Array(
- new addspot("009","font_fl_czech00.htm","╚ESK╔ FONTY","09"),
- new addspot("010","offline.htm","Fantasy Fonts","10"),
- new addspot("011","offline.htm","Sci-fi Fonts","11"),
- new addspot("012","offline.htm","Windows Fonts","12"),
- new addspot("013","offline.htm","Mac Fonts","13"),
- new addspot("014","offline.htm","More Fonts","14"));
-
-