var OUTLOOKBAR_DEFINITION = {
	format:{
		target:'_top',
		blankImage:'images/bullet.gif',
		rollback:true,
		animationSteps:5,
		animationDelay:30,
		templates:{
			panel:{
				normal:'<div><div ><img src="images/{image}" width="{width}"/></div></div>'
			},
			item:{
				normal:'<div class=links><div></div>{text}</div>'
			},
			upArrow:{
				normal:'<img src="images/up_1.gif" style=cursor:hand />'
			},
			downArrow:{
				normal:'<img src="images/down_1.gif" style=cursor:hand/>'
			}
		}
	},
	panels:[
		{image:"company.gif", width:216, url:'',
			items:[
				{text:"Overview", iconIndex:'', url:'company_overview.htm'},
				{text:"Management Team", iconIndex:'', url:'company_mngmt_team.htm'},
				{text:"Commitment", iconIndex:'', url:'company_commitment.htm'},
				{text:"Customers", iconIndex:'', url:'company_customers.htm'},
				{text:"Contact Emerald", iconIndex:'', url:'company_contact.htm'},
				{text:"Legal", iconIndex:'', url:'company_legal.htm'},
				{text:"Careers", iconIndex:'', url:'company_careers.htm'}
			]
		},
		{image:"products.gif", width:216, url:'',
			items:[
				{text:"Overview", iconIndex:'', url:'product_home.htm'},
				{text:"Dyna<em>mine</em>", iconIndex:'', url:'products_dynamine.htm'},
				{text:"Dyna<em>board</em>", iconIndex:'', url:'products_dynaboard.htm'},
				{text:"Dyna<em>works</em>", iconIndex:'', url:'products_dynaworks.htm'}
			]
		},
		{image:"solutions.gif", width:216, url:'',
			items:[
				{text:"Overview	", iconIndex:'', url:'solutions_overview.htm'},
				{text:"What can Emerald do for you?", iconIndex:'', url:'solutions_what_emerlad.htm'}

			]
		},
		{image:"services.gif", width:216, url:'',
			items:[
				{text:"Overview", iconIndex:'', url:'services_overview.htm'},
				{text:"Implementation", iconIndex:'', url:'services_Implementation.htm'},
				{text:"Technical Support", iconIndex:'', url:'services_technical_Support.htm'},
				{text:"Training", iconIndex:'', url:'services_training.htm'}
			]
		},{image:"news.gif", width:216, url:'',
			items:[
				{text:"Press Releases", iconIndex:'', url:'news_releases.htm'},
				{text:"Events", iconIndex:'', url:'news_events.htm'},
				{text:"Dynawords Newsletter", iconIndex:'', url:'news_newsletter.htm'}
			]
		}
	]
}



