﻿BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#000066",		// background color for the items
		bgOVER:"#000066"	// 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,-5], itemoff:[0,79], leveloff:[21,0], style:STYLE, size:[22,80]},
	{code:"home", url:"index.php"
	},
	{code:"rates", url:"rates.php",
		sub:[
			{itemoff:[21,0]},
			{code:"balcony", url:"balcony.php"},
			{code:"gallery", url:"gallery.php"},
			{code:"king", url:"king.php"},
			{code:"deluxe king", url:"deluxeking.php"}
		]
	},
	{code:"reserve", url:"reservations.php"
	},
	{code:"about", url:"about.php",
		sub:[
			{itemoff:[21,0]},
			{code:"service", url:"amenities.php"},
			{code:"cuisine", url:"gymsnacks.php"},
			{code:"hosts", url:"hosts.php"},
			{code:"pictures", url:"pictures.php"},
			{code:"links", url:"links.php"},
			{code:"comments", url:"comments.php"}
		]
	},
	{code:"events", url:"events.php",
		sub:[
			{itemoff:[21,0]},
			{code:"marriage", url:"marriage.php"},
			{code:"licenses", url:"http://www.marriedinpalmsprings.com/"}
		]
	},
	{code:"contact", url:"contact.php",
		sub:[
			{itemoff:[21,0]},
			{code:"map", url:"map.php"}
		]
	},
	{code:"condo", url:"condoterrazzo.php"
	}
/*

*/
];


