BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	border:1,			// 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:"#000000",		// background color for the items
		bgOVER:"#8C8C8C"	// 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:[0,137], itemoff:[0,110], leveloff:[20,0], style:STYLE, size:[20,111]},
	{code:"Home", url:"/default.asp"},
	
	{code:"About Us", url:"/aboutus.asp"},
	{code:"Newsletters", url:"/Newsletters/default.asp"},
	{code:"Press Releases", url:"/press/pressreleases.asp"},

	//{code:"Online Help", url:"http://support.digitalrez.com/roshelp/ROS2000_V3_Reservations.htm",target:"_blank"},
	//{code:"Contact Us", url:"/contactus.asp"},
	{code:"Products",
		sub:[
			{itemoff:[20,0], style:STYLE, size:[20,150]},
			{code:"Hotels-Inns-Resorts",url:"/mo_ho/hotelmotels.asp",target:"_self"	
			},
			{code:"Campgrounds",url:"/cg/camprv.asp",target:"_self"	
			},
			{code:"Charters",url:"/ch/charters.asp",target:"_self"	
			},
			{code:"Tours",url:"/Tours/tours.asp",target:"_self"	
			},
			{code:"Timeshare-Condos",url:"/co/condos.asp",target:"_self"	
			},
			{code:"B&B's",url:"/bb/bandb.asp",target:"_self"	
			},
			{code:"Hostels",url:"/hostel/hostels.asp",target:"_self"	
			},
			{code:"Client Management",url:"/cms/cms.asp",target:"_self"	
			},
			{code:"Membership",url:"/membership/membership.asp",target:"_self"	
			},
			{code:"Recreation",url:"/rec/activities.asp",target:"_self"	
			},
			{code:"Multiple Businesses",url:"/multi/multi.asp",target:"_self"	
			},
			{code:"Central Reservations",url:"/cc/callcenter.asp",target:"_self"	
			},
			{code:"Call Centers",url:"/cc/callcenter.asp",target:"_self"	
			},
			{code:"Online Bookings",url:"/online/online.asp",target:"_self"	
			},
			{code:"Marinas",url:"/ma/marinas.asp",target:"_self"

				
			}
		]
	},
	{code:"Tech Support",
		sub:[
			{itemoff:[20,0], style:STYLE, size:[20,150]},
			{code:"ROS2006 Update",url:"/download.asp",target:"_self"
				
			},
			{code:"System Requirements",url:"/support.asp",target:"_self"
				
			},
			{code:"Contact Support",url:"http://support.digitalrez.com/messagetech.asp",target:"_self"

				
			},
			{code:"Training Videos",url:"http://support.digitalrez.com/trainingvids/",target:"_self"

				
			}
		]
	},
	
	{code:"Online Help", url:"http://support.digitalrez.com/roshelp/ROS2000_V3_Reservations.htm",target:"_blank"},
	{code:"Contact Us", url:"/contactus.asp"},
	

];
