BLANK_IMAGE = 'b.gif';

var STYLE1 = {
	border:0,
	shadow:0,
	color:{
	//	border:"#ffffff",
	//	shadow:"#bbbbbb",
	//	bgON:"#bbbbbb",
	//	bgOVER:"#bbbbbb"
	},
	css:{
		ON:"clsCMOnTop",		// CSS class for items
		OVER:"clsCMOverTop"	// CSS class  for item which is under mouse
	}
};

var STYLE2 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
	//	border:"#bbbbbb",	// color of the item border, if any
	//	shadow:"#bbbbbb",	// color of the item shadow, if any
	//	bgON:"bbbbbb",		// background color for the items
	//	bgOVER:"#bbbbbb"	// 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:[32,26], itemoff:[0,130], leveloff:[20,0], style:STYLE1, size:[20,130]},
{code:"About the Chapter",
 sub:[
{itemoff:[21,0], leveloff:[19,0], style:STYLE2, size:[19,180]},
{code:"General Information", url:"http://www.calakpsi.com/pages/about.php"},
{code:"Purpose", url:"http://www.calakpsi.com/pages/about_purpose.php"},
{code:"History", url:"http://www.calakpsi.com/pages/about_history.php"},
{code:"Statistics", url:"http://www.calakpsi.com/pages/about_stats.php"}
]
},
{code:"Rush AKPsi",
 sub:[
{itemoff:[21,0], leveloff:[19,0], style:STYLE2, size:[19,180]},
{code:"Why AKPsi?", url:"http://www.calakpsi.com/pages/rush.php"},
{code:"Rush Calendar", url:"http://www.calakpsi.com/pages/rush_cal.php"},
{code:"Rush Application", url:"http://www.calakpsi.com/public_documents/application.doc"},
{code:"Rush F.A.Q.", url:"http://www.calakpsi.com/pages/rush_faq.php"}
]
},
{code:"Meet the Brothers",
 sub:[
{itemoff:[21,0], leveloff:[19,0], style:STYLE2, size:[19,180]},
{code:"Executive Board and Committee", url:"http://www.calakpsi.com/pages/bro_excomm.php"},
{code:"Pledge Classes", url:"http://www.calakpsi.com/pages/bro_classes.php"},
{code:"Careers and Internships", url:"http://www.calakpsi.com/pages/bro_jobs.php"},
{code:"Picture Gallery", url:"http://www.calakpsi.com/gallery/"}
]
},
{code:"Corporate Sponsors",
 sub:[
{itemoff:[21,0], leveloff:[19,0], style:STYLE2, size:[19,180]},
{code:"Information", url:"http://www.calakpsi.com/pages/corp.php"},
{code:"Benefits", url:"http://www.calakpsi.com/pages/corp_benefits.php"},
{code:"Application", url:"http://www.calakpsi.com/pages/corp_app.php"}
]
},
{code:"Communicate",
 sub:[
{itemoff:[21,0], leveloff:[19,0], style:STYLE2, size:[19,180]},
{code:"Message Board", url:"http://www.calakpsi.com/phpBB/"},
{code:"Watchdog", url:"http://www.calakpsi.com/pages/comm_watchdog.php"},
{code:"Contacts", url:"http://www.calakpsi.com/pages/comm_contacts.php"},
{code:"Links", url:"http://www.calakpsi.com/pages/comm_links.php"}
]
},
{code:"&alpha;&beta; Consulting",
 sub:[
{itemoff:[21,0], leveloff:[19,0], style:STYLE2, size:[19,180]},
{code:"Purpose", url:"http://www.calakpsi.com/pages/abc.php"},
{code:"Past Clients", url:"http://www.calakpsi.com/pages/abc_clients.php"},
{code:"Application", url:"http://www.calakpsi.com/pages/abc_app.php"}
]
}
];
