//Mobile office page javascript

//class handles all button and thumbnail functions

var arrAutomate = {
		subMenuLeft : 15,
		subMenuSpacing : 25,
		subMenu: [
			{
				title : "Telefoon",
				thumbnails : [ 
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_a1.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_a2.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_a3.gif" }
				],
				heros : [
					{ imgURL : "images/device/screens/mo_bb_hero_a1.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_a2.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_a3.png" }
				],
				contentDiv : "",
				elWidth : 50,
				elLeft : 0 //remains blank
			},
			
			{
				title : "Berichtenservice",
				thumbnails : [ 
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_b1.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_b2.gif" }
				],
				heros : [
					{ imgURL : "images/device/screens/mo_bb_hero_b1.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_b2.png" }
				],
				contentDiv : "",
				elWidth: 100,
				elLeft : 0
			},
			{
				title : "Windows Mobile 6.1",	
				thumbnails : [ 
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_c1.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_c2.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_c3.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_c4.gif" }
				],
				heros : [
					{ imgURL : "images/device/screens/mo_bb_hero_c1.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_c2.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_c3.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_c4.png" }
				],
				contentDiv : "",
				elWidth: 130,
				elLeft : 0
			},
			{
				title : "Touchscreen",	
				thumbnails : [ 
				],
				heros : [
					{ imgURL : "flash/SW_touchScreen3.gif" }
				],
				contentDiv : "",
				elWidth: 84,
				elLeft : 0,
				flashURL : "flash/SW_touchScreen3.swf"
			},
			{
				title : "Organizer",	
				thumbnails : [ 
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_e1.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_e2.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_e3.gif" },
					{ imgURL : "images/device/thumbnails/mo_ss_ul_slot_e4.gif" }
				],
				heros : [
					{ imgURL : "images/device/screens/mo_bb_hero_e1.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_e2.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_e3.png" },
					{ imgURL : "images/device/screens/mo_bb_hero_e4.png" }
				],
				contentDiv : "",
				elWidth: 67,
				elLeft : 0
			},
			{
				title : "Extra toepassingen",	
				thumbnails : [ 
				],
				heros : [
					{ imgURL : "images/device/screens/mo_bb_hero_f1.png" }
				],
				contentDiv : "",
				elWidth: 132,
				elLeft : 0
			}
		]
		
}

