BLANK_IMAGE = '/images/b.gif';

var TOP_STYLE = {
	border:0,
	shadow:0,
	color:{
		border:0,
		shadow:0,
		bgON:'',
		bgOVER:'#D5CFCC'
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}	
};

var BLANK = {
	border:0,
	shadow:0,
	color:{
		border:0,
		shadow:0,
		bgON:'',
		bgOVER:'none'
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOn'
	}	
};

var STYLE = {
	border:1,
	shadow:0,
	color:{
		border:'#DADADA',
		shadow:'#DBD8D1',
		bgON:'#F4F4F4',
		bgOVER:'#DADADA'
	},
	css:{
		ON:'clsCMOn2',
		OVER:'clsCMOver2'
	}	
};

var MENU_SIDE = [
	{pos:'relative', itemoff:[23,0], leveloff:[0,0], style:TOP_STYLE, size:[25,161]},
	{code:'Home', url:'/',
		sub:[
			{leveloff:[7,55], style:STYLE, size:[25,235]},
			{code:'Gorman-Rupp Company Home Page', url:'/'}
		]
	},
	{code:'Message from the CEO', url:'javascript:Pop(\'/ceo.php\');',
		sub:[
			{leveloff:[7,145], style:STYLE, size:[25,160]},
			{code:'Message from the CEO', url:'javascript:Pop(\'/ceo.php\');'}
		]
	},
	{code:'Investor Relations', url:'/investor/',
		sub:[
			{leveloff:[7,145], style:STYLE, size:[25,220]},
			{code:'Financial Information', url:'/investor/'},
			{code:'Investor News', url:'/investor/news.php'},
			{code:'Investor Information Contact', url:'/investor/contacts.php'},
			{code:'Shareholder Information', url:'/investor/shareholder.php'},
			{code:'SEC Filings', url:'/investor/redirect_sec.php', target:'_blank'},
			{code:'Safe Harbor Statement', url:'/investor/safeharbor.php'},
			{code:'Corporate Governance', url:'/investor/corpgov.php'}
		]
	},
	{code:'History', url:'/history/',
		sub:[
			{leveloff:[7,75], style:STYLE, size:[25,135]},
			{code:'Company History', url:'/history/'}
		]
	},
	{code:'News', url:'/news/',
		sub:[
			{leveloff:[7,55], style:STYLE, size:[25,135]},
			{code:'Corporate News', url:'/news/'},
			{code:'Investor News', url:'/investor/news.php'}
		]
	},
	{code:'Legal', url:'/legal/',
		sub:[
			{leveloff:[7,60], style:STYLE, size:[25,135]},
			{code:'Legal Disclaimer', url:'/legal/'}
		]
	},
	{code:'Careers', url:'/careers/',
		sub:[
			{leveloff:[7,80], style:STYLE, size:[25,195]},
			{code:'Career Information', url:'/careers/'},
			{code:'Contact Human Resources', url:'/careers/careerform.php'}
		]
	},
	{code:'Contact Us', url:'/contact/corporate.php',
		sub:[
			{leveloff:[7,95], style:STYLE, size:[25,230]},
			{code:'Corporate Contacts', url:'/contact/corporate.php'},
			{code:'Division and Subsidiary Contacts', url:'/contact/'}
		]
	}
];
