//GPS Wi-Fi page javascript
//class handles all button and thumbnail functions

var arrAutomate = {
		subMenuLeft : 298,
		subMenuSpacing : 19,
		subMenu: [
			{
				title : "Windows Media<sup style='font-size:5px;'>\&reg\;</sup> Player Mobile",
				thumbnails : [ 
					{ imgURL : "images/device/thumbnails/musicvideo_ss_ul_slot_a1.gif" },
					{ imgURL : "images/device/thumbnails/musicvideo_ss_ul_slot_a2.gif" },
					{ imgURL : "images/device/thumbnails/musicvideo_ss_ul_slot_a3.gif" }
				],
				heros : [
					{ imgURL : "images/device/screens/musicvideo_bb_hero_a1.png" },
					{ imgURL : "images/device/screens/musicvideo_bb_hero_a2.png" },
					{ imgURL : "images/device/screens/musicvideo_bb_hero_a3.png" }
				],
				contentDiv : "",
				elWidth : 200,
				elLeft : 0 //remains blank
			},
			{
				title : "Photos",
				thumbnails : [ 
					{ imgURL : "images/device/thumbnails/musicvideo_ss_ul_slot_b1.gif" },
					{ imgURL : "images/device/thumbnails/musicvideo_ss_ul_slot_b2.gif" },
					{ imgURL : "images/device/thumbnails/musicvideo_ss_ul_slot_b3.gif" }
				],
				heros : [
					{ imgURL : "images/device/screens/musicvideo_bb_hero_b1.png" },
					{ imgURL : "images/device/screens/musicvideo_bb_hero_b2.png" },
					{ imgURL : "images/device/screens/musicvideo_bb_hero_b3.png" }
				],
				contentDiv : "",
				elWidth : 80,
				elLeft : 0 //remains blank
			},
			{
				title : "Built-in storage",
				thumbnails : [ 
				],
				heros : [
					{ imgURL : "images/device/screens/musicvideo_bb_hero_c1.png" },
				],
				contentDiv : "",
				elWidth : 120,
				elLeft : 0 //remains blank
			}
		]
		
}

