//*********************************************
// * TITLE: Sun Splash Tans Stylesheet        * 
// * ID  : menu_items.js                      *
// * MODIF: 2008-Oct-23 10:00 -10GMT          *
// * MODIFIER: Marc Rapoza                    *
// ********************************************

BLANK_IMAGE = '/images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
//		bgON:"#d55e00",		// background color for the items. Color definitions, such as'bgON:"yellow"' are okay. Leaving the # off the color makes the drop down list display with a clear background.
		bgON:"#cf5c01",		// background color for the items. Color definitions, such as'bgON:"yellow"' are okay. Leaving the # off the color makes the drop down list display with a clear background.
		bgOVER:"#800000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[71,57], itemoff:[0,99], leveloff:[22,0], style:STYLE, size:[22,100]}, //positions are x, y, i.e. pos:[71,55] means 71 from left and 55 down

//Menu Item #1
	{code:"Home", url:"http://www.sunsplashtans.com",
		sub:[
			{itemoff:[21,0]},
			{code:"About Us",url:"/aboutus.shtml",
				sub:[
					{leveloff:[0,99]}//,
					//{code:"SubSubItem 1"},
					//{code:"SubSubItem 2"},
					//{code:"SubSubItem 3"}
				]
					
			},
			{code:"Specials",url:"/specials.php",
				sub:[
					{leveloff:[0,99]},
					{code:"Specials", url:"/specials.php"},
					{code:"Referral", url:"/referral.shtml"}//,
					//{code:"SubSubItem 3"},
					//{code:"SubSubItem 4"},
					//{code:"SubSubItem 5"}
				]
			},
			{code:"Employment", url:"/employment.shtml",
				sub:[
					{leveloff:[0,99]}//,

				]
			},
			{code:"Community Service", url:"/community.shtml", format:{size:[35,100]},
				sub:[
					{leveloff:[0,99]}//,
			//		{code:"SubSubItem 1"},
			//		{code:"SubSubItem 2"},
			//		{code:"SubSubItem 3"}
				]
			}

		]
	},

//Menu Item #2
	{code:"Prices", url:"/prices.shtml",
		sub:[
		]
	},

//Menu Item #3
	{code:"Specials", url:"/specials.php",
		sub:[
			{itemoff:[21,0]},
			{code:"Specials", url:"/specials.php",
					sub:[
						{leveloff:[0,99]}//,
						//{code:"SubSubItem 1"},
						//{code:"SubSubItem 2"},
						//{code:"SubSubItem 3"}
					]
				},
				{code:"Referral", url:"/referral.shtml",
					sub:[
						{leveloff:[0,99]}//,
						//{code:"SubSubItem 1"},
						//{code:"SubSubItem 2"},
						//{code:"SubSubItem 3"}
					]
				}
				//{code:"SubSubItem 3"},
				//{code:"SubSubItem 4"},
				//{code:"SubSubItem 5"}
		]
	},
//Menu Item #4
	{code:"Tanning",url:"/tanning/tanning.shtml",
		sub:[
			{itemoff:[21,0]},
			{code:"Sun vs. Sunless", url:"/tanning/tanning.shtml",
				sub:[
					{leveloff:[0,99]}//,
					//{code:"SubSubItem 1"},
					//{code:"SubSubItem 2"},
					//{code:"SubSubItem 3"}
				]
					
			},

			{code:"Sun Tanning",url:"/equipment/equipment.shtml",
				sub:[
					{leveloff:[0,99]},
					{code:"Equipment", "url":"/equipment/equipment.shtml",
						sub:[
							{itemoff:[21,0]},
							{code:"SunVision ZX30", url:"/equipment/sunvision.shtml"},
							{code:"Solaris 442", url:"/equipment/solaris.shtml"},
							{code:"Sun Dome 548V", url:"/equipment/sundome.shtml"}
						]
					},
					{code:"FAQ's","url":"/faq.shtml"}
				]
			},

			{code:"Sunless", url:"/tanning/sunless.shtml",
				sub:[
					{leveloff:[0,99]},
					{code:"Sunless Prep","url":"/tanning/sunlesscare.shtml"},
					{code:"B4 & After Pics","url":"/tanning/b4-after.shtml"},
					{code:"FAQ's","url":"/faq.shtml"}
				]
			},
			
			{code:"Lotions", url:"/products/products.shtml",
				sub:[
					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
				]
			}
		]
	},
//	{code:"Products", url:"/products/products.shtml",
//		sub:[
//			{itemoff:[21,0]},
//			{code:"Overview", url:"/products/products.shtml",
//				sub:[
//					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
//				]
//			},
//
//			{code:"Apparel Etc.", url:"/products/apparel.shtml",
//				sub:[
//					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
//				]
//			},
//
//			{code:"Tanning Accessories", url:"/products/accessories.shtml", format:{size:[35,100]},
//				sub:[
//					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
//				]
//			}
//		]
//	},
//Menu Item #5
	{code:"Skin Type", url:"/tanning/skintype.shtml",
		sub:[
//			{itemoff:[21,0]},
//			{code:"SubItem 1",
//				sub:[
//					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
//				]
//			},
//			{code:"SubItem 2",
//				sub:[
//					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
//				]
//			},
//			{code:"SubItem 3",
//				sub:[
//					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
//				]
//			}
		]
	},
//Menu Item #6
	{code:"FAQ", url:"/faq.shtml",
		sub:[
//			{itemoff:[21,0]},
//			{code:"SubItem 1",
//				sub:[
//					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
//				]
//			},
//			{code:"SubItem 2",
//				sub:[
//					{leveloff:[0,99]},
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
//				]
//			}
//			
		]
	},
//Menu Item #7
	{code:"Contact Us", url:"/contact/contact.shtml",
		sub:[
			{itemoff:[21,0]},
			{code:"General", url:"/contact/contact.shtml",
				sub:[
					{leveloff:[0,99]}
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
				]
			},
			{code:"Detailed Map", url:"/contact/detailedmap.shtml",
				sub:[
					{leveloff:[0,99]}//,
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
				]
			},

			{code:"Feedback", url:"/survey.shtml",
				sub:[
					{leveloff:[0,99]}
//					{code:"SubSubItem 1"},
//					{code:"SubSubItem 2"},
//					{code:"SubSubItem 3"}
				]
			}

			
		]
	}
];
