// OED Main Menu

<!--BLANK_IMAGE = 'C:/Documents and Settings/IBM/My Documents/adpc/crm/menu/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 MENUM_ITEMS = [
	{pos:[12,330], itemoff:[24,0], leveloff:[0,151], style:STYLE, size:[24,150]},
	{code:'<img src="http://www.adpc.net/demo/oed site/img/main/job_opm.gif" width="150" height="23" />',url:"http://www.adpc.net/employment/index.html",target:"_parent",
		ocode:'<img src="C:/Documents and Settings/IBM/My Documents/adpc/crm/menu/images/trainingout.gif" width="150" height="23" />'
	},
	{code:'<img src="http://www.adpc.net/demo/oed site/img/main/contac.gif" width="150" height="23" />',url:"http://www.adpc.net/general/contact.html",target:"_parent",
		ocode:'<img src="C:/Documents and Settings/IBM/My Documents/adpc/crm/menu/images/infoout.gif" width="150" height="23" />'
	}
];

