BLANK_IMAGE = 'images/spacer.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"white"	// 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:[150,104], itemoff:[0,70], leveloff:[0,0], style:NOSTYLE, size:[22,140]},
	{code:'<img src="images/home.gif" width="70" height="30" />',url:"home.html",
		ocode:'<img src="images/home_over.gif" width="70" height="30" />',
		sub:[

		]	
	},
	{code:'<img src="images/aboutUs.gif" width="106" height="30" />', "format":{"itemoff":[0,70]},
		ocode:'<img src="images/aboutUs_over.gif" width="106" height="30" />',
		sub:[
			{itemoff:[21,0], leveloff:[30,15], style:STYLE},
			{code:"Our History", url:"history.html"},        // change page name here 
			{code:"Executive Board", url:"GF_Exec_Board.html"},
			{code:"Contact Us", url:"GF_Contact_Us.html"}
		]	
	},
	{code:'<img src="images/news.gif" width="172" height="30" />', "format":{"itemoff":[0,106]},
		ocode:'<img src="images/news_over.gif" width="172" height="30" />',
		sub:[
			{itemoff:[21,0], leveloff:[30,15], style:STYLE},
			{code:"Photos", url:"GF_Photo_Page.html"},
			{code:"Upcoming Events", url:"#"},
			{code:"Past Events", url:"#"}
		]	
	},
	{code:'<img src="images/gfOnly.gif" width="170" height="30" />', "format":{"itemoff":[0,172]},
		ocode:'<img src="images/gfOnly_over.gif" width="170" height="30" />',
		sub:[
			{itemoff:[21,0], leveloff:[30,15], style:STYLE},
			{code:"Member Forms", url:"GF Forms.html"},	
			{code:"Our Blog", url:"GF_Blog_page.html"},
			{code:"Special Links", url:"fun_links_page.html"},
			{code:"Member Directory", url:"/access_dbweb/login.aspx"},
			{code:"Transitions", url:"protection.html"}
					]	
	},
];


