// 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/brazil/por/products/office/wireless-headsets/cs70n",
		clickTag:	"/brazil/por/home_track.jhtml%3Fzone=0%26segment=flash%26media=officeClick%26eol",
		playTag:	"/brazil/por/home_track.jhtml%3Fzone=0%26segment=flash%26media=officePlay%26eol"
	},
	{
		name:		"mobile",
		link:		"http://www.plantronics.com/brazil/por/products/mobile/bluetooth-headsets/discovery640",
		clickTag:	"/brazil/por/home_track.jhtml%3Fzone=0%26segment=flash%26media=mobileClick%26eol",
		playTag:	"/brazil/por/home_track.jhtml%3Fzone=0%26segment=flash%26media=mobilePlay%26eol"
	},
	{
		name:		"gaming",
		link:		"http://www.plantronics.com/brazil/por/products/computer/multi-use-headsets/audio-400-dsp",
		clickTag:	"/brazil/por/home_track.jhtml%3Fzone=0%26segment=flash%26media=gamingClick%26eol",
		playTag:	"/brazil/por/home_track.jhtml%3Fzone=0%26segment=flash%26media=gamingPlay%26eol"
	}
];

