	startMenuBar(435, 5);
	menuLabel('Home', 13, 65, '#000000', '#000000', 'index.php', null);
	//Img_menuLabel(1, 'images/menuitems/on.gif', 'images/menuitems/off.gif', 'about', 'left');
	menuLabel('Products', 1, 90, '#000000', '#000000', 'adult.php', 'left');
	menuLabel('Instructions', 2, 110, '#000000', '#000000', 'placement.php', 'left');
	menuLabel('FAQs', 3, 60, '#000000', '#000000', 'faqs.php', null);
	menuLabel('Contact Us', 4, 110, '#000000', '#000000', 'contacts.php', null);
	endMenuBar(5);	
