/*
        the format of the tree definition file is simple,
        you can find specification in the Tigra Menu documentation at:

        http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
        ['Fantastico Scripts', 'fantastico.php',
                ['Blogs', 'fantastico.php#Blogs',
                        ['b2evolution','fantastico.php#b2evalution'],
                        ['nucleus','fantastico.php#nucleus'],
                        ['pMachineFree','fantastico.php#pMachineFree'],
                        ['WordPress','fantastico.php#WordPress']
                ],
                ['Content Management', 'fantastico.php#ContentManagement',
                        ['Drupal','fantastico.php#Drupal'],
                        ['Geelog','fantastico.php#Geelog'],
                        ['Mambo Open Source','fantastico.php#MamboOpenSource'],
                        ['PHP-Nuke','fantastico.php#PHP-Nuke'],
                        ['phpWCMS','fantastico.php#phpWCMS'],
                        ['phpwebsite','fantastico.php#phpwebsite'],
                        ['Post-Nuke','fantastico.php#Post-Nuke'],
                        ['Siteframe','fantastico.php#Siteframe'],
                        ['Typo3','fantastico.php#Typo3'],
                        ['Xoops','fantastico.php#Xoops']
                ],
                ['Customer Support', 'fantastico.php#CustomerSupport',
                        ['Crafty Syntax Live Help','fantastico.php#CraftySyntaxLiveHelp'],
                        ['Help Center Live','fantastico.php#HelpCenterLive'],
                        ['osTicket','fantastico.php#osTicket'],
                        ['PHP Support Tickets','fantastico.php#PHPSupportTickets'],
                        ['Support Logic Helpdesk','fantastico.php#SupportLogicHelpdesk'],
                        ['Support Service Manager','fantastico.php#SupportServiceManager']
                ],
                ['Discussion Boards', 'fantastico.php#DiscussionBoards',
                        ['phpBB2','fantastico.php#phpBB2'],
                        ['SMF','fantastico.php#SMF']
                ],
                ['E-Commerce', 'fantastico.php#E-Commerce',
                        ['CubeCart','fantastico.php#CubeCart'],
                        ['OSCommerce','fantastico.php#OSCommerce'],
                        ['Zen Cart','fantastico.php#ZenCart']
                ],
                ['F.A.Q', 'fantastico.php#FAQ',
                        ['FAQMasterFlex','fantastico.php#FAQMasterFlex']
                ],
                ['Guest Books', 'fantastico.php#Guestbooks',
                        ['ViPER Guest Book','fantastico.php#ViPER']
                ],
                ['Image Galleries', 'fantastico.php#ImageGalleries',
                        ['4ImagesGallery','fantastico.php#4ImagesGallery'],
                        ['Coppermine Photo Gallery','fantastico.php#CopperminePhotoGallery'],
                        ['Gallery','fantastico.php#Gallery']
                ],
                ['Mailing lists', 'fantastico.php#MailingLists',
                        ['PHPlist','fantastico.php#PHPlist']
                ],
                ['Polls & Surveys', 'fantastico.php#PollsandSurveys',
                        ['Advanced Poll','fantastico.php#AdvancedPoll'],
                        ['phpESP','fantastico.php#phpESP'],
                        ['PHPSurveyor','fantastico.php#PHPSurveyor']
                ],
                ['Project Management', 'fantastico.php#ProjectManagement',
                        ['dotProject','fantastico.php#dotProject'],
                        ['PHProjekt','fantastico.php#PHProjekt']
                ],
                ['Site Builders', 'fantastico.php#sitebuilders',
                        ['Templates Express','fantastico.php#templatesexpress']
                ],
                ['Wiki', 'fantastico.php#Wiki',
                        ['PhpWiki','fantastico.php#PhpWiki'],
                        ['TikiWiki','fantastico.php#TikiWiki']
                ],
                ['Other Scripts','fantastico.php#OtherScripts',
                        ['Dew-NewPHPLinks','fantastico.php#phpLinks'],
                        ['Moodle','fantastico.php#Moodle'],
                        ['Noahs Classifieds','fantastico.php#NoahsClassifieds'],
                        ['Open Realty','fantastico.php#OpenRealty'],
                        ['phpAdsNew','fantastico.php#phpAdsNew'],
                        ['PHPauction','fantastico.php#PHPauction'],
                        ['phpCOIN','fantastico.php#phpCOIN'],
                        ['phpFormGenerator','fantastico.php#phpFormGenerator'],
                        ['WebCalender','fantastico.php#WebCalender']
                ]
        ]
];