BLANK_IMAGE = 'menu/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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"red",		// background color for the items
		bgOVER:"#B6BDD2"	// 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
	},
	itemFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)', 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]
};

var GREEN_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#009900",		// background color for the items
		bgOVER:"#00FF99"	// 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
	},
	itemFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)', 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]
};


var MENU_ITEMS = [
	{pos:[10,255], itemoff:[21,0], leveloff:[0,139], style:GREEN_STYLE, size:[22,140]},
	{code:"Home", url:"index.php" },
	{code:"Results",
		sub:[
			{},
			/*{code:"Email Me Results", url:"index.php?item=emailMe"
			}, */
			{code:"Member", url:"index.php?item=member"
			},
			{code:"Vet's", url:"index.php?item=vets"
			},
			{code:"Associates", url:"index.php?item=assoc" 
			},
			{code:"Mid-Week", url:"index.php?item=mid"
			},
			{code:"Pennant/Roster", url:"index.php?item=pen"
			},
			{code:"Sunday & Others", url:"index.php?item=other"
			}
			
		]
	},
	/* {code:"Course Layout", url:"index.php?item=layout"},*/
	{code:"Course Layout", url:"map.htm",target:"_blank"},
	{code:"About Us", url:"index.php?item=about"},
	{code:"Fees/Membership", 
		sub:[
			{},
			{code:"Club Fees", url:"index.php?item=club"
			},
			{code:"Green Fees", url:"index.php?item=green"
			},
			{code:"Membership Application", url:"menuItems/Application for Membership.pdf",target:"_blank"
			}
		]
	},
	{code:"Reciprocal Clubs", url:"index.php?item=rec"},
	{code:"Newsletter", url:"menuItems/News.pdf",target:"_blank"},
	{code:"Club History", url:"index.php?item=his"},
	/* {code:"Sponsorship", url:"menuItems/Sponsership.htm"},
	{code:"Coming Events", url:"index.php?item=events"},*/
	{code:"Contact Us", url:"index.php?item=contact"},
	{code:"Directions", url:"direct.html",target:"_blank"},
	{code:"Pro Shop", url:"index.php?item=shop"},
	{code:"Admin", url:"index.php?item=admin",target:"_blank"}
];
