// photographerSettings.js ©2007 SugarHill Works LLC
//
//
// --------------------------  DO NOT EDIT ABOVE THIS LINE  --------------------------


// SET THE PHOTOGRAPHER'S ID BELOW. (You can look it up in siteSettings.js)
// Feel free to type their name below for reference; just begin the line with 2 slashes
// 
var photogID = 5;




// Enter the photographer's website on the line below. Be sure to indlude the 'http://'.
// May I suggest going to the site and  copy/pasting from your web browser?
photogWebsite = "http://www.chrisgordaneer.com";




// List the photographer's portfolio titles like so:
//portfolioTitles[1] = "BEAUTIFUL PEOPLE";
portfolioTitles[1] = "CARS"; // corresponds to the folder named portfolio1
portfolioTitles[2] = "LIFESTYLE"; // corresponds to the folder named portfolio2
portfolioTitles[3] = "PORTRAITS"; // corresponds to the folder named portfolio3
portfolioTitles[4] = "SPORTS"; // corresponds to the folder named portfolio4
portfolioTitles[5] = "LANDSCAPES"; // corresponds to the folder named portfolio5
portfolioTitles[6] = "TANZANIA"; // corresponds to the folder named portfolio6



// Set the BIO/CLIENTS page text below. Use plain text only surrounded by quotes.
// NOTE: For special symbols like single- or double-quotes, precede them with a backslash like this:   And then she said \"Meow\" to Randy\'s dog!
// NOTE: Use  \n  to force a line break like this:
//									This is a line of text\n
//									This is the next line of text.
// (If you don't force a line break, the text will flow naturally into the space provided on the page, which should be just fine in most instances...)
// NOTE: Simple text-oriented XHTML tags are also acceptable, such as:
//									This is a line of text<BR />
//									This is the next line of text.
//
//
//  Be sure that the entire bio is enclosed in double quotes, and includes a semicolon (;) at the end!
//
photogBio = "Chris Gordaneer's energetic, atmospheric images are the result of the intimacy he creates on his shoots.  \"I always make people feel invited and welcome when I'm shooting,\" he says.  Combining his talent and vision with top-notch production, Chris gets the most out of every shoot.   It's easy to see why he has won more than 100 awards in the past 12 years.  Chris is a partner of Westside Studio in Toronto, the largest photographic studio in Canada.  His shoots have taken him across the US and Canada as well as to South America, the Caribbean, Africa and Europe.<br /><br />Chris lives in Toronto with his wife Dawn and their 2 boys.  When not shooting, you can find him on the ice, playing hockey or fishing.";


// Set the photogs clients below. The entries will be displayed in 2 columns in the order listed here.
// Be sure the entries are in double-quotes and each line ends with a semicolon.

photogClients[pci++] = "Aciphex";
photogClients[pci++] = "Adidas";
photogClients[pci++] = "American Express";
photogClients[pci++] = "AT&T";
photogClients[pci++] = "Bombardier";
photogClients[pci++] = "Caravella";
photogClients[pci++] = "Chivas";
photogClients[pci++] = "CIBC";
photogClients[pci++] = "Clearnet";
photogClients[pci++] = "Coca-Cola";
photogClients[pci++] = "Compac";
photogClients[pci++] = "Conoco Phillips";
photogClients[pci++] = "Dodge";
photogClients[pci++] = "Enbrel";
photogClients[pci++] = "Federal Express";
photogClients[pci++] = "Fidelity investment";
photogClients[pci++] = "Footlocker";
photogClients[pci++] = "Ford";
photogClients[pci++] = "GMC Fleet";
photogClients[pci++] = "GMC Sierra";
photogClients[pci++] = "GMC Envoy Sierra";
photogClients[pci++] = "Group Telecomm";
photogClients[pci++] = "Harry Rosen";
photogClients[pci++] = "HP";
photogClients[pci++] = "Jeep";
photogClients[pci++] = "Microsoft";
photogClients[pci++] = "Nike";
photogClients[pci++] = "Nissan";
photogClients[pci++] = "On Star";
photogClients[pci++] = "Ontario Tourism";
photogClients[pci++] = "Oprah";
photogClients[pci++] = "Pendleton";
photogClients[pci++] = "Pioneer";
photogClients[pci++] = "Pontiac G6";
photogClients[pci++] = "Pontiac Vibe";
photogClients[pci++] = "Proctor & Gamble";
photogClients[pci++] = "Silverado";
photogClients[pci++] = "Sony";
photogClients[pci++] = "Sun Trust Bank";
photogClients[pci++] = "The National Post";
photogClients[pci++] = "Tim Horton's";
photogClients[pci++] = "Toronto Raptors";
photogClients[pci++] = "Toyota";
photogClients[pci++] = "Trimark";
photogClients[pci++] = "Tropicana";
photogClients[pci++] = "Unilever";
photogClients[pci++] = "VISA";
photogClients[pci++] = "Xolair";







































//-------------------------------------------------------------------------------------------
//------------------ DO NOT EDIT BELOW THIS LINE --------------------------------------------
//-------------------------------------------------------------------------------------------


for(i = 0; i < photographers.length; i++) {
	//alert(photographer);
	if (photographers[i].ID == photogID) {
		thisPhotographer = photographerNames[i];
		break;
	}
}






