// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
		['&nbsp;&nbsp;&nbsp;ACCEUIL','acceuil.php3',
	],
		['&nbsp;&nbsp;&nbsp;VIDEO SEXE','http://www.webcamgratuit.net/les_lesbiennes_en_chaleur.php3',
            	],
		['&nbsp;&nbsp;&nbsp;VIDEO SEXY','video-sexy.php3',
                ],
		['&nbsp;&nbsp;&nbsp;WEBCAM','webcam-gratuit.php3',
                ],
		['&nbsp;&nbsp;&nbsp;NEWSLETTER','newsletter.php3',
                ],

];


