// MAKE LOCALIZED EDITS HERE
/***************************
* add more movies and associated info here. for the movie name, 
* just include the root name of the file, i.e. mobile_hdr.swf 
* should simply be mobile.
****************************/
var movieList = [
	{
		name:		"office",
		link:		"http://www.plantronics.com/europe_union/fr/products/office/wireless-headsets/voyager-510s",
		clickTag:	"/europe_union/fr/home_track.jhtml%3Fzone=0%26segment=flash%26media=officeClick%26eol",
		playTag:	"/europe_union/fr/home_track.jhtml%3Fzone=0%26segment=flash%26media=officePlay%26eol"
	},
	{
		name:		"mobile",
		link:		"http://www.plantronics.com/europe_union/fr/products/mobile/bluetooth-headsets/discovery-665",
		clickTag:	"/europe_union/fr/home_track.jhtml%3Fzone=0%26segment=flash%26media=mobileClick%26eol",
		playTag:	"/europe_union/fr/home_track.jhtml%3Fzone=0%26segment=flash%26media=mobilePlay%26eol"
	},
	{
		name:		"gaming",
		link:		"http://www.plantronics.com/europe_union/fr/products/computer/multi-use-headsets/audio-370",
		clickTag:	"/europe_union/fr/home_track.jhtml%3Fzone=0%26segment=flash%26media=gamingClick%26eol",
		playTag:	"/europe_union/fr/home_track.jhtml%3Fzone=0%26segment=flash%26media=gamingPlay%26eol"
	}
];