/*
  --- 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 = [
	['Main', null, null,
                ['Home', '/index_home.html'],
		['Legal Info', '/index_info.html'],
                ['Members', '/lesgirls2.php'],
	],

	['Join Now','/index_join.html'],
	
	['The Girls', null, null,
                ['All The Girls','/lesgirls.php'],
/*		['All The Girls', null, null,
			['Blond'],
			['Brown'],
			['Russet'],
		], */
                ['Free Pics','/index_free_pics.html'],
	],

        ['Online', null, null,
                ['Photos Galleries','/ops.php'],
		['Videos Scenes','/ovs.php'],
		['Week Updates','/lesnews.php'],
             
	],
	['Contact','/index_emails.html'],

	['Links', null, null,
		['Our Friends','/links.html'],
		['Reviews','/links_reviews.html'],
                ['Our Banners','/banners.html'],
	],
        ['Goodies', null, null,
                ['Thumbs For Fun','/index_bd-cmgsn.html'],
                ['Members Voice','/what_they_said.html'],
		['Platform','/platform.html'],
                ['Webmaster Program','/ccbill-affiliates-f-e-g.html'],
	],
];


