// The paths to each of the pictures in the pool
PicturePaths[0]  = "images/photos/global_speakers/rightnav/banga.jpg";
PicturePaths[1]  = "images/photos/global_speakers/rightnav/blankfein.jpg";
PicturePaths[2]  = "images/photos/global_speakers/rightnav/bartz.jpg";
PicturePaths[3]  = "images/photos/global_speakers/rightnav/chambers.jpg";
PicturePaths[4]  = "images/photos/global_speakers/rightnav/christensen.jpg";
PicturePaths[5]  = "images/photos/global_speakers/rightnav/parsons.jpg";
PicturePaths[6]  = "images/photos/global_speakers/rightnav/premji.jpg";
PicturePaths[7]  = "images/photos/global_speakers/rightnav/nilekani.jpg";
PicturePaths[8]  = "images/photos/global_speakers/rightnav/shaw.jpg";
PicturePaths[9]  = "images/photos/global_speakers/rightnav/chu.jpg";


// The picture captions.
// This array must be the same size as the PicturePaths.
PictureCaptions[0]  = "M. S. Banga<BR>President, Foods<BR>Unilever PLC";
PictureCaptions[1]  = "Lloyd Blankfein<BR>Chairman and Chief Executive Officer<BR>The Goldman Sachs Group, Inc.";
PictureCaptions[2]  = "Carol A. Bartz<BR>Executive Chairman<BR>Autodesk, Inc.";
PictureCaptions[3]  = "John Chambers<BR>Chairman and CEO<BR>Cisco Systems, Inc.";
PictureCaptions[4]  = "Clayton M. Christensen<BR>Robert &amp; Jane Cizik Professor of Business Administration<BR>Harvard Business School";
PictureCaptions[5]  = "Richard Parsons<BR>Chairman and CEO<BR>Time Warner Inc.";
PictureCaptions[6]  = "Azim H. Premji<BR>Chairman<BR>Wipro Ltd.";
PictureCaptions[7]  = "Nandan Nilekani<BR>Co-Chairman<BR>Infosys Technologies Ltd.";
PictureCaptions[8]  = "Kiran Mazumdar Shaw<BR>Chairman and Managing Director<BR>Biocon Limited";
PictureCaptions[9]  = "Victor Lap-Lik Chu<BR>Chairman and CEO<BR>First Eastern Investment Group";


// The URLs to link the pictures to.  Leave blank if there is no URL.
// This array must be the same size as the PicturePaths.
PictureLinks[0]  = "";
PictureLinks[1]  = "";
PictureLinks[2]  = "";
PictureLinks[3]  = "";
PictureLinks[4]  = "";
PictureLinks[5]  = "";
PictureLinks[6]  = "";
PictureLinks[7]  = "";
PictureLinks[8]  = "";
PictureLinks[9]  = "";








