/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	

	['Home','index.php', 'index.php',
	],

	['News & Info', null, null,
		['Latest News', 'newsarticles.php'],
		['Function Reports','reports.php'],
		['Articles', 'articlesgeneral.php', null,
				['Dating/Singles Groups','articlessingles.php']
		],
		['Other Singles Groups', 'othergroups.php', null,
			['Adelaide Christian Singles', 'acs.php'],
			['Hills Solo Social Group', 'hillssolo.php']
		],
		['FAQ', 'faq.php'],
        ['Regular Events Hosts', 'regularcontributors.php'],
        ['Disclaimer', 'disclaimer.php'],
	],
    ['Programs', null, null,
	    	['Full Program', 'gpwgevents.php', null,
                ['All Events', 'gpwgevents.php'],
                ['This Week`s Events', 'thisweek.php'],
                ['Coming Up Highlights', 'comingup.php']
            ],
            ['Regular Events', 'regevents.php'],
    		['Hills Singles Solo Group', 'hssprogram.php'],
            ['Sunday Social Walkers', 'sundaysocialwalkers.php'], 	
        	['Adelaide Christian Singles', 'acsprogram.php' ],
    		['Arthouse Movie Group', 'arthouse.php'],
	        ['Gig Guide', 'bandgigsfav.php']
    	    	],
    ['Dance', null, null,
	    	['Rock n Roll / Swing', 'rocknrollswinglessons.php', null,
                ['Teachers & Lessons', 'rocknrollswinglessons.php'],
                ['Events & Dances'],
                ['RocknRollDance.com', 'http://www.rocknrolldance.com'],
            ],
	    	['Ballroom', 'ballroomdancingmain.php', null,
                ['Teachers & Lessons','ballroomdancingmain.php'],
                ['Cabarets & Balls','ballroomdancingevents.php']
            ],
            ['Other Dance Styles '],
    ],
	['Features', null, null,
       	['Weddings', 'weddings.php'],
    	['Travel', 'travel.php', null,
                ['Coming Events'],
                ['Companionship'],
        ], 
        ['Business Listings', 'business.php'],
        ['Community Notices', 'community.php'],
        ['Hot Singles Venues', 'popularsinglesvenues.php'],
        ['Bands', 'null', null,
                ['Boris Loves To Boogie', 'borislovestoboogie.php'],
                ['Two Hard Basket', 'twohardbasket.php'],               
                ['The Party Cats', 'partycats.php'],  
                ['Good Company', 'goodcompany.php'],  
                ['The Cruze Brothers', 'cruzebrothers.php'],  
                ['JJR Band', 'jjrband.php'],
      ], 
        ['General Links','linksgeneral1.php'],
    ],
	['Respond', null, null,
		['Join E-mail List', 'response.php'],
		['Feedback Form'],
		['Singles survey'],
	],
	['Contact', 'contact.php', null,
		['Contact Gareth', 'contact.php'],
	],

];

