BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[30,0], leveloff:[0,0], style:STYLE, size:[30,150]},
	{code:'<img src="buttons/about_off.gif" width="150" height="30" />',
		ocode:'<img src="buttons/about_on.gif" width="150" height="30" />',
		sub:[
			{itemoff:[24,0], leveloff:[5,150], size:[24,325], style:STYLE},
			{code:'<img src="buttons/overview_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/overview_on.gif" width="325" height="24" />',
				url:'about/index.html'},
			{code:'<img src="buttons/about1_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/about1_on.gif" width="325" height="24" />',
				url:'about/history.html'},
			{code:'<img src="buttons/about2_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/about2_on.gif" width="325" height="24" />',
				url:'about/factsheet.html'}
		]
	},
	{code:'<img src="buttons/solutions_off.gif" width="150" height="30" />',
		ocode:'<img src="buttons/solutions_on.gif" width="150" height="30" />',
		sub:[
			{itemoff:[24,0], leveloff:[5,150], size:[24,325], style:STYLE},
			{code:'<img src="buttons/overview_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/overview_on.gif" width="325" height="24" />',
				url:'solutions/index.html'},
			{code:'<img src="buttons/solutions1_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/solutions1_on.gif" width="325" height="24" />',
				url:'solutions/suite.html'},
			{code:'<img src="buttons/solutions2_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/solutions2_on.gif" width="325" height="24" />',
				url:'solutions/revenuecycle.html'},
			{code:'<img src="buttons/solutions3_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/solutions3_on.gif" width="325" height="24" />',
				url:'solutions/receivables.html'},
			{code:'<img src="buttons/solutions6_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/solutions6_on.gif" width="325" height="24" />',
				url:'solutions/dayone.html'},
			{code:'<img src="buttons/solutions8_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/solutions8_on.gif" width="325" height="24" />',
				url:'solutions/staffing.html'},
			{code:'<img src="buttons/solutions4_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/solutions4_on.gif" width="325" height="24" />',
				url:'solutions/managedcare.html'},
			{code:'<img src="buttons/solutions5_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/solutions5_on.gif" width="325" height="24" />',
				url:'solutions/partnering.html'},
			{code:'<img src="buttons/solutions7_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/solutions7_on.gif" width="325" height="24" />',
				url:'solutions/arcware.html'}
		]
	},
	{code:'<img src="buttons/testimonials_off.gif" width="150" height="30" />',
		ocode:'<img src="buttons/testimonials_on.gif" width="150" height="30" />',
		sub:[
			{itemoff:[24,0], leveloff:[5,150], size:[24,325], style:STYLE},
			{code:'<img src="buttons/overview_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/overview_on.gif" width="325" height="24" />',
				url:'testimonials/index.html'},
			{code:'<img src="buttons/testimonials1_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/testimonials1_on.gif" width="325" height="24" />',
				url:'testimonials/testimonials.html'}
		]
	},
	{code:'<img src="buttons/news_off.gif" width="150" height="30" />',
		ocode:'<img src="buttons/news_on.gif" width="150" height="30" />',
		sub:[
			{itemoff:[24,0], leveloff:[5,150], size:[24,325], style:STYLE},
			{code:'<img src="buttons/overview_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/overview_on.gif" width="325" height="24" />',
				url:'news/index.html'},
			{code:'<img src="buttons/news1_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/news1_on.gif" width="325" height="24" />',
				url:'news/press.html'},
			{code:'<img src="buttons/news2_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/news2_on.gif" width="325" height="24" />',
				url:'news/events.html'}
		]
	},
	{code:'<img src="buttons/careers_off.gif" width="150" height="30" />',
		ocode:'<img src="buttons/careers_on.gif" width="150" height="30" />',
		sub:[
			{itemoff:[24,0], leveloff:[5,150], size:[24,325], style:STYLE},
			{code:'<img src="buttons/careers0_off.gif" width="325" height="24" />',
				ocode:'<img src="buttons/careers0_on.gif" width="325" height="24" />',
				url:'careers/index.html'}
		]
	}
];
