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 STYLES = {}

var MENU_ITEMS = [
	{pos:[499,64], itemoff:[0,99], leveloff:[25,0], style:STYLE, size:[24,111]},
	{code:'<img src="images/index_06-services-up.gif" width="101" height="27" />',
		ocode:'<img src="images/index_06-services-dn.gif" width="101" height="27" />',
		sub:[
			{"itemoff":[23,0]},
			{code:'<img src="images/index_12_ddAbout.gif" width="99" height="20" />',url:'pAbout.html'
				
			},
			{code:'<img src="images/index_14_ddtech.gif" width="99" height="20" />',url:'pTech.html'
				
			},
			{code:'<img src="images/index_15_ddsupport.gif" width="99" height="20" />',url:'pSupport.html'
				
			},
			{code:'<img src="images/index_16_ddservices.gif" width="99" height="20" />',url:'pSeminars.html'
				
			},
			{code:'<img src="images/index_22_ddclient.gif" width="99" height="20" />',url:'pClients.html'
				
			}
		]
	},
	{code:'<img src="images/index_07-Lawyers-up.gif" width="127" height="27" />',
		ocode:'<img src="images/index_07-Lawyers-dn.gif" width="127" height="27" />',
		sub:[
			{"itemoff":[23,0]},

			{code:'<img src="images/index_12_jerryP.gif" width="127" height="20" />', url:'pLawyersJerryParker.html'
			}
			,
			{code:'<img src="images/index_21_JChadP.gif" width="127" height="20" />', url:'pLawyersJChadParker.html'
			},
			{code:'<img src="images/index_19_WToddP.gif" width="127" height="20" />', url:'pLawyersWToddParker.html'
			},
			{code:'<img src="images/index_24_StuartH.jpg" width="127" height="20" />', url:'pLawyersStuartHene.html'
			}
/////{code:'<img src="images/index_23_ELavernC.gif" width="108" height="20" />', url:'pLawyersLaVernCampbell.html'
/////}

		]
	}
];
