///////////////////////////////////////////////////////////////////////
////
///		list of images in this site's gallery
//

// number of dots using "latest image" color
latestImages = 2; 

imageArray = [];

imageArray[7] = {};
imageArray[7].img = {_w:318, _h:500, _filename:"pb_wot_007.jpg", _thumbFilename:"pb_wot_007_t.gif"};
imageArray[7].desc = {_title:"Surrender to the One Power", _info:null};
imageArray[7].series = {_bookNum:null, _chapterNum:null, _chapterTitle:null};
imageArray[7].year = 2003;

imageArray[6] = {};
imageArray[6].img = {_w:500, _h:500, _filename:"pb_wot_006.gif", _thumbFilename:"pb_wot_006_t.gif"};
imageArray[6].desc = {_title:"Matrim Cauthon", _info:null};
imageArray[6].series = {_bookNum:null, _chapterNum:null, _chapterTitle:null};
imageArray[6].year = 2003;

imageArray[5] = {};
imageArray[5].img = {_w:333, _h:500, _filename:"pb_wot_005.gif", _thumbFilename:"pb_wot_005_t.gif"};
imageArray[5].desc = {_title:"The Dragon Reborn", _info:null};
imageArray[5].series = {_bookNum:null, _chapterNum:null, _chapterTitle:null};
imageArray[5].year = 2003;

imageArray[4] = {};
imageArray[4].img = {_w:500, _h:500, _filename:"pb_wot_004.gif", _thumbFilename:"pb_wot_004_t.gif"};
imageArray[4].desc = {_title:"Perrin Aybara", _info:"Wolfbrother"};
imageArray[4].series = {_bookNum:null, _chapterNum:null, _chapterTitle:null};
imageArray[4].year = 2003;

imageArray[3] = {};
imageArray[3].img = {_w:300, _h:500, _filename:"pb_wot_003.gif", _thumbFilename:"pb_wot_003_t.gif"};
imageArray[3].desc = {_title:"Rand al'Thor", _info:"Still a simple shepherd boy."};
imageArray[3].series = {_bookNum:null, _chapterNum:null, _chapterTitle:null};
imageArray[3].year = 2003;

imageArray[2] = {};
imageArray[2].img = {_w:750, _h:375, _filename:"pb_wot_002.gif", _thumbFilename:"pb_wot_002_t.gif"};
imageArray[2].desc = {_title:"The Eyes Pursued Him", _info:"\"He was alone, as alone as a man could be while still alive, yet he could not escape memory.\""};
imageArray[2].series = {_bookNum:1, _chapterNum:0, _chapterTitle:"Prologue, Dragonmount"};
imageArray[2].year = 2003;

imageArray[1] = {};
imageArray[1].img = {_w:600, _h:255, _filename:"pb_wot_001.gif", _thumbFilename:"pb_wot_001_t.gif"};
imageArray[1].desc = {_title:"Look who\'s coming to dinner...", _info:"I know, I know, not really a Trolloc. What the hell, I had a blast making it :)"};
imageArray[1].series = {_bookNum:null, _chapterNum:null, _chapterTitle:null};
imageArray[1].year = 2003;

imageArray[0] = {};
imageArray[0].img = {_w:600, _h:255, _filename:"pb_wot_000.gif", _thumbFilename:"pb_wot_000_t.gif"};
imageArray[0].desc = {_title:"Look who\'s coming to dinner... [Detail]", _info:null};
imageArray[0].series = {_bookNum:null, _chapterNum:null, _chapterTitle:null};
imageArray[0].year = 2003;


///////////////////////////////////////////////////////////////////////
////
///		list of books in the series
//
var bookSeries = [];
	bookSeries[1]  = {_name:"The Eye of the World"};
	bookSeries[2]  = {_name:"The Great Hunt"};
	bookSeries[3]  = {_name:"The Dragon Reborn"};
	bookSeries[4]  = {_name:"The Shadow Rising"};
	bookSeries[5]  = {_name:"The Fires of Heaven"};
	bookSeries[6]  = {_name:"Lord of Chaos"};
	bookSeries[7]  = {_name:"A Crown of Swords"};
	bookSeries[8]  = {_name:"The Path of Daggers"};
	bookSeries[9]  = {_name:"Winter's Heart"};
	bookSeries[10] = {_name:"Crossroads of Twilight"};

// keeps track of which pic is/not showing
myGalleryPic = null; 
// non-interactive logo after entering site
myThumbPreview_show_logo = "<img id='thumbImage' src='imagery/_logo.gif' width='50' height='50'>";

/*
myThumbPreview_show_logo_anim = "<img id='thumbImage' src='imagery/_logo_anim.gif' width='50' height='50'>";
// clickable logo to enter site
myThumbPreview_click_logo =	"<a href='javascript:void(0)'" +
							" onclick='listThumbs(2003); return false;'" +
							" onmouseover='loadInstructions(); return false;'" +
							" onmouseout='unLoadInstructions(); return false;'>" +
							myThumbPreview_show_logo_anim + "</a>";
/**/

moreInfo = "Hi and welcome to my Wheel of Time art gallery." +
	"<p>" +
	"This site and it's contents are Copyright (c) 2003 " +
	"<a href=mai"+"lto:"+"wot"+"@"+"paulba"+"lchin.co"+"m"+" >"+"Paul Balchin"+"</a> " + /* anti-spam */
	"unless otherwise specified. For non-WOT-related artwork and links to other sites " +
	"please visit <a href=\"http://art.paulbalchin.com/\" target=\"_top\">http://art.paulbalchin.com</a> " +
	"<p>" +
	"The phrases \"The Wheel of Time (TM)\", \"The Dragon Reborn (TM)\", and the snake-wheel symbol " +
	"are trademarks of <a href=\"http://www.tor.com/Jordan/\" target=\"_blank\">Robert Jordan.</a> " +
	"<p>" +
	"This site has been tested on Internet Explorer 6+, Netscape 7+, and Mozilla 1+. " +
	"<p>" +
	"Enjoy your visit :) " +
	"<p>" +
	"Paul. ";

