var menuht = 13
var contents = {
	menu :{
		order : ['automate','applications','services','platform','aboutus','demo'],
		'demo' :{
			lable: "Live DEMO",
			lowlable: "Live DEMO",
			style : "menuitem",
			lowstyle : "lowmenuitem",
			content : "http://www.iveena.net/pem/demo",
			destination : "contentblock",
			height :menuht
		},
		'aboutus' :{
			lable: "About Us",
			lowlable: "About Us",
			style : "menuitem",
			lowstyle : "lowmenuitem",
			content : "aboutus.html",
			destination : "contentblock",
			height :menuht
		},
		'automate' :{
			lable: "We Automate Information Flow",
			lowlable: "What We Do",
			style : "bigmenuitem",
			lowstyle : "lowmenuitem",
			content : "weautomate.html",
			destination : "contentblock",
			height :"30"
		},
			'applications' :{
			lable: "Telephone and Web Based Applications",
			lowlable: "Applications",
			style : "menuitem",
			lowstyle : "lowmenuitem",
			content : "applications.html",
			destination : "contentblock",
			height :menuht
		},
			'services' :{
			lable: "Database and Integration Services",
			lable: "Services",
			lowlable: "Services",
			style : "menuitem",
			lowstyle : "lowmenuitem",
			content : "services.html",
			destination : "contentblock",
			height :menuht
		},
		'platform' :{
			lable: "Service Delivery Platform",
			lowlable: "Platform",
			style : "menuitem",
			lowstyle : "lowmenuitem",
			content : "platform.html",
			destination : "contentblock",
			height :menuht
		},
		'customer' :{
			lable: "Customers",
			style : "menuitem",
			content : "customer.html",
			destination : "contentblock",
			height :menuht
		}
	},
	'c_automate' :{	
	},
	'c_applications' :{
	},
	'c_services' :{
	},
	'c_platform' :{
	},
	'c_aboutus' :{
	}
}