//<![CDATA[
/* set globals data */
var employees = new Array();
	employees[employees.length] = {empId:'01',empName:"Michelle Wetzel",empTitle:"Service Representative",empRegion:"South West Region", imgname:"01.jpg"};	
	employees[employees.length] = {empId:'02',empName:"Andy Chapman",empTitle:"Service Representative",empRegion:"South East Region", imgname:"02.jpg"};
	employees[employees.length] = {empId:'03',empName:"Scott Warwick('Volunteering as Santa')",empTitle:'Service Representative',empRegion:"South East Region", imgname:"03.jpg"};
	employees[employees.length] = {empId:'04',empName:"Halon Hoofah",empTitle:'Service Representative',empRegion:"North East Region", imgname:"04.jpg"};
	employees[employees.length] = {empId:'05',empName:"Group Picture,SW",empTitle:'Mike Childers/Rep, Jewel Crochet/Rep, Debra Lacey/Rep', empRegion:"South West Region", imgname:"05.jpg"};
	employees[employees.length] = {empId:'06',empName:"Laurie Cooper",empTitle:"Service Representitive",empRegion:"South West Region", imgname:"06.jpg"};
	employees[employees.length] = {empId:'07',empName:"Doug Weiner",empTitle:'District Manager',empRegion:"North East Region", imgname:"07.jpg"};
	employees[employees.length] = {empId:'08',empName:"Gary Moise",empTitle:'Service Representative',empRegion:"North East Region", imgname:"08.jpg"};
	employees[employees.length] = {empId:'09',empName:"Clint Mayeux",empTitle:"Service Representative",empRegion:"South West Region", imgname:"09.jpg"};	
	employees[employees.length] = {empId:'10',empName:"Brent Stephens",empTitle:'District Manager', empRegion:"South West Region", imgname:"10.jpg"};
	employees[employees.length] = {empId:'11',empName:"Dennis Karcic",empTitle:'Regional Manager', empRegion:"North East Region", imgname:"11.jpg"};
	employees[employees.length] = {empId:'12',empName:"Sonia Renfroe",empTitle:'Training Service Representative', empRegion:"South West Region", imgname:"12.jpg"};
	employees[employees.length] = {empId:'13',empName:"Charlotte Green",empTitle:'Service Representative', empRegion:"South West Region", imgname:"13.jpg"};
      employees[employees.length] = {empId:'14',empName:"Marc Pasternak",empTitle:'District Manager', empRegion:"North East Region", imgname:"14.jpg"};



	

/* config params */

var groupSize = 7; // 1 featured + 6 thumbnails
var uniqueIDField = 'empId'; // employee data field that is unique;

var anim = true;
var timer;
var marqueeElementId = 'Marquee';
var marqueeImgPath = 'images/marquee/';
var fullsizePath = 	marqueeImgPath + 'fullsize/';
var thumbnailPath = marqueeImgPath + 'thumbnail/';
//]]>