//-------------------------------------------------------------------------------- //CJG MENU v1.0 - Html Tree Menu Structure - Copyright (C) 2002 CARLOS GUERLLOY //cjgmenu@guerlloy.com //guerlloy@hotmail.com //carlos@weinstein.com.ar //Buenos Aires, Argentina //-------------------------------------------------------------------------------- //This program is free software; you can redistribute it and/or modify it under //the terms of the GNU General Public License as published by the Free //Software Foundation; either version 2 of the License, or (at your option) //any later version. This program is distributed in the hope that it will be //useful, but WITHOUT ANY WARRANTY; without even the implied warranty of //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General //Public License for more details. You should have received a copy of the GNU //General Public License along with this program; if not, write to the Free //Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 //USA //-------------------------------------------------------------------------------- // Tree definition. // Four comma-separated fields in every option. // Option fields: Label,url,target,MENU/ICON. // MENU/ICON can be a "(" or an optional icon, depending if there is a next menu or not. // The menu close indicator ")" must by the only character in the line (it can have spaces or tabs). // Icons must be in the "ico" folder. ( Numbers,,,( One,w.php?p=one.html,_blank, ) Letters,,,( Alfa,w.php?p=alfa.html,_blank, ) Colors,,,( Blue,w.php?p=blue.html,_blank, Green,w.php?p=green.html,_blank,html.gif Red,w.php?p=red.html,_blank, Grayscales,,,( Black,w.php?p=black.html,_blank, Dark gray,w.php?p=darkgray.html,_blank, Gray,w.php?p=gray.html,_blank, Light gray,w.php?p=lightgray.html,_blank, White,w.php?p=white.html,_blank, Deeper,w.php?p=deeper.html,_blank,( I'm,w.php?p=im.html,_blank, Out of,w.php?p=outof.html,_blank, Topics,w.php?p=topics.html,_blank, ) ) Yellow,w.php?p=yellow.html,_blank, ) Months,,,( January,w.php?p=january.html,_blank, ) Weekdays,,,( Monday,w.php?p=monday.html,_blank, ) )