	var minArray  = 0;
	var maxArray  = 24;
	var LinkArray = 6;
	var LinkCount = 6;
	var bottomLinkCount = 0;
	var totalLinkCount = LinkCount + bottomLinkCount;
	
	var varImgMin   = maxArray + 1;  // this is where all pages begin to deviate...
	
	var introMax   = 62;
	var introRange = introMax - varImgMin + 1; // number of images in variable part
	var ImgSwapCount  	= 7;
	
	var myMusicTitleTot		= 5;
	var myMusicSecMult		= 10;
	var myMusicSecTot		= myMusicSecMult * myMusicTitleTot;
	
	var myMusicSec			= new Array(myMusicSecTot);
	var myMusicSecTxt		= new Array(myMusicSecTot);
	
	var myImgLoad       = new Array(maxArray);
	
	var myHomeImg       = new Array(introMax);
	var myServImg       = new Array(introMax);
	var myMusicImg      = new Array(introMax);
	var myAboutImg      = new Array(introMax);
	var myContactImg    = new Array(introMax);
	var myEmailImg      = new Array(introMax);
	
	var myImgSwapReg	= new Array(ImgSwapCount);
	var myImgSwapOver	= new Array(ImgSwapCount);
	var myImgSwap1		= new Array(ImgSwapCount);
	var myImgSwap2		= new Array(ImgSwapCount);
	
	var myInfo       	= new Array('home', 'service', 'music', 'about_us', 'contact_us', 'resources');

	var Link			= new Array(LinkArray);
	var LinkReg  		= new Array(LinkArray);
	var LinkOver 		= new Array(LinkArray);

	var imgInsertReg 	= new Array(1);
	var imgInsertOver	= new Array(1);
	
	for (i=minArray;i<=maxArray;i++) {
		myImgLoad[i] 	= null;
	}

	for (i=minArray;i<=ImgSwapCount;i++) {
		myImgSwapReg[i] 	= null;
		myImgSwapOver[i] 	= null;
		myImgSwap1[i] 		= null;
		myImgSwap2[i] 		= null;
	}

	for (i=minArray;i<=LinkArray;i++) {
		LinkReg[i]    		= null;
		LinkOver[i]   		= null;
	}

	for (i=minArray;i<=introMax;i++) {
		myHomeImg[i]     	= null;
		myServImg[i]     	= null;
		myMusicImg[i]     	= null;
		myAboutImg[i]     	= null;
		myContactImg[i]    	= null;
		myEmailImg[i]    	= null;
	}

	for (i=minArray;i<=myMusicTitleTot;i++) {
		var tempnum = i;
		for (j=minArray;j<=myMusicSecTot;j++) {
			tempnum 				= myMusicSecMult*tempnum + j;
			myMusicSec[tempnum]		= null;
			myMusicSecTxt[tempnum]	= null;
		}
	}


	// Common Images:
	myImgLoad[3] = "images/_main/img_03.jpg";
	myImgLoad[5] = "images/_main/img_05.jpg";
	myImgLoad[6] = "images/_main/img_06.jpg";
	myImgLoad[8] = "images/_main/img_08.jpg";
	myImgLoad[10] = "images/_main/img_10.jpg";
	myImgLoad[12] = "images/_main/img_12.jpg";
	myImgLoad[14] = "images/_main/img_14.jpg";
	myImgLoad[16] = "images/_main/img_16.jpg";
	myImgLoad[18] = "images/_main/img_18.jpg";
	myImgLoad[19] = "images/_main/img_19.jpg";
	myImgLoad[20] = "images/_main/img_20.jpg";
	myImgLoad[21] = "images/_main/img_21.jpg";
	myImgLoad[22] = "images/_main/img_22.jpg";
	myImgLoad[23] = "images/_main/img_23.jpg";
	myImgLoad[24] = "images/_main/img_24.jpg";
	
	
	
	// Home Section:
	myHomeImg[25] = "images/_home/img_25.jpg";
	myHomeImg[26] = "images/_home/img_26.jpg";
	myHomeImg[27] = "images/_home/img_27.jpg";

	myHomeImg[28] = "images/_home/img_28.jpg";
	myHomeImg[29] = "images/_home/img_29.png";
	myHomeImg[30] = "images/_home/img_30.jpg";
	myHomeImg[31] = "images/_home/img_31.jpg";
	myHomeImg[32] = "images/_home/img_32.jpg";
	myHomeImg[33] = "images/_home/img_33.jpg";
	myHomeImg[34] = "images/_home/img_34.jpg";
	myHomeImg[35] = "images/_home/img_35.jpg";
	myHomeImg[36] = "images/_home/img_36.jpg";
	myHomeImg[37] = "images/_home/img_37.jpg";
	myHomeImg[38] = "images/_home/img_38.jpg";
	myHomeImg[39] = "images/_home/img_39.jpg";
	myHomeImg[40] = "images/_home/img_40.jpg";
	myHomeImg[41] = "images/_home/img_41.jpg";
	myHomeImg[42] = "images/_home/img_42.jpg";
	myHomeImg[43] = "images/_home/img_43.jpg";
	myHomeImg[44] = "images/_home/img_44.jpg";
	myHomeImg[45] = "images/_home/img_45.jpg";
	myHomeImg[46] = "images/_home/img_46.jpg";
	myHomeImg[47] = "images/_home/img_47.jpg";
	myHomeImg[48] = "images/_home/img_48.jpg";
	myHomeImg[49] = "images/_home/img_49.jpg";
	myHomeImg[50] = "images/_home/img_50.jpg";
	myHomeImg[51] = "images/_home/img_51.jpg";
	myHomeImg[52] = "images/_home/img_52.jpg";
	myHomeImg[53] = "images/_home/img_53.jpg";
	myHomeImg[54] = "images/_home/img_54.jpg";
	myHomeImg[55] = "images/_home/img_55.jpg";
	myHomeImg[56] = "images/_home/img_56.jpg";
	myHomeImg[57] = "images/_home/img_57.jpg";
	myHomeImg[58] = "images/_home/img_58.jpg";
	myHomeImg[59] = "images/_home/img_59.jpg";
	myHomeImg[60] = "images/_home/img_60.jpg";
	myHomeImg[61] = "images/_home/img_61.jpg";
	myHomeImg[62] = "images/_home/img_62.jpg";


	
	// Top Buttons - Reg:
	LinkReg[1] = "images/_links/reg/img_07.jpg";
	LinkReg[2] = "images/_links/reg/img_09.jpg";
	LinkReg[3] = "images/_links/reg/img_11.jpg";
	LinkReg[4] = "images/_links/reg/img_13.jpg";
	LinkReg[5] = "images/_links/reg/img_15.jpg";
	LinkReg[6] = "images/_links/reg/img_17.jpg";

	// Top Buttons - over:
	LinkOver[1] = "images/_links/ove/img_07.jpg";
	LinkOver[2] = "images/_links/ove/img_09.jpg";
	LinkOver[3] = "images/_links/ove/img_11.jpg";
	LinkOver[4] = "images/_links/ove/img_13.jpg";
	LinkOver[5] = "images/_links/ove/img_15.jpg";
	LinkOver[6] = "images/_links/ove/img_17.jpg";
	
	
	// Image Insert
	imgInsertReg[0]		= myHomeImg[27];
	imgInsertOver[0]	= "images/_home/_insert/img_27.jpg";
		
	// Text Swap via image rollover - INDEX PAGE
	myImgSwapReg[1]		= myHomeImg[38];
	myImgSwapReg[2]		= myHomeImg[40];
	myImgSwapReg[3]		= myHomeImg[42];
	myImgSwapReg[4]		= myHomeImg[44];
	myImgSwapReg[5]		= myHomeImg[46];
	myImgSwapReg[6]		= myHomeImg[48];
	myImgSwapReg[7]		= myHomeImg[50];

	myImgSwapOver[1]	= "images/_home/_insert/img_38.jpg";
	myImgSwapOver[2]	= "images/_home/_insert/img_40.jpg";
	myImgSwapOver[3]	= "images/_home/_insert/img_42.jpg";
	myImgSwapOver[4]	= "images/_home/_insert/img_44.jpg";
	myImgSwapOver[5]	= "images/_home/_insert/img_46.jpg";
	myImgSwapOver[6]	= "images/_home/_insert/img_48.jpg";
	myImgSwapOver[7]	= "images/_home/_insert/img_50.jpg";

	myImgSwap1[1]	= "Concerts";
	myImgSwap1[2]	= "Weddings";
	myImgSwap1[3]	= "Garden Parties";
	myImgSwap1[4]	= "Fine Dining";
	myImgSwap1[5]	= "Corporate Events";
	myImgSwap1[6]	= "Holiday Seasons";
	myImgSwap1[7]	= "Vacation Resorts";

	myImgSwap2[1]	= "Looking for a gifted young prodigy, veteran musician, or soloist to make your performance complete? Our musicians have participated in leading orchestras throughout the world.";
	myImgSwap2[2]	= "Nothing engages the heart into the right mood like the sound of a harp during a wedding. Let us take your wedding experience to the next level.";
	myImgSwap2[3]	= "Planning an exquisite garden party? Do not leave impressions to chance. Choose one of our musical prodiges or our twenty piece ensemble.";
	myImgSwap2[4]	= "For restaurants or romantics alike, the sound of a violin can truly enhance the dining experience and leave an everlasting impression - an important asset to building relationships.";
	myImgSwap2[5]	= "Business relationships are important assets. Why not reiterate their value with some select classical music? Contact us to help you plan your venue.";
	myImgSwap2[6]	= "Christmas and Easter are two perfect seasons to let the music of Bach or Handel flood your soul. What greater message is there than that of the \'Messiah\'?";
	myImgSwap2[7]	= "Encore Performances is not limited to Vancouver. Not only can we handle Bach and Mozart, but we can travel too. Why not take our musicians with you for the ultimate experience?"


	// Service Section:
	myServImg[25] = "images/_service/img_25.jpg";
	myServImg[26] = "images/_service/img_26.jpg";
	myServImg[27] = "images/_service/img_27.jpg";
	myServImg[28] = "images/_service/img_28.jpg";
	myServImg[29] = "images/_service/img_29.png";
	myServImg[30] = "images/_service/img_30.jpg";
	myServImg[31] = "images/_service/img_31.jpg";
	myServImg[32] = "images/_service/img_32.jpg";
	myServImg[33] = "images/_service/img_33.jpg";
	myServImg[34] = "images/_service/img_34.jpg";
	myServImg[35] = "images/_service/img_35.jpg";
	myServImg[36] = "images/_service/img_36.jpg";
	myServImg[37] = "images/_service/img_37.jpg";
	myServImg[38] = "images/_service/img_38.jpg";
	myServImg[39] = "images/_service/img_39.jpg";
	myServImg[40] = "images/_service/img_40.jpg";
	myServImg[41] = "images/_service/img_41.jpg";
	myServImg[42] = "images/_service/img_42.jpg";


	// Music Section:
	myMusicImg[25] = "images/_music/img_25.jpg";
	myMusicImg[26] = "images/_music/img_26.jpg";
	myMusicImg[27] = "images/_music/img_27.jpg";
	myMusicImg[28] = "images/_music/img_28.jpg";
	myMusicImg[29] = "images/_music/img_29.png";
	myMusicImg[30] = "images/_music/img_30.jpg";
	myMusicImg[31] = "images/_music/img_31.jpg";
	myMusicImg[32] = "images/_music/img_32.jpg";
	myMusicImg[33] = "images/_music/img_33.jpg";
	myMusicImg[34] = "images/_music/img_34.jpg";
	myMusicImg[35] = "images/_music/img_35.jpg";
	myMusicImg[36] = "images/_music/img_36.jpg";
	myMusicImg[37] = "images/_music/img_37.jpg";
	myMusicImg[38] = "images/_music/img_38.jpg";
	myMusicImg[39] = "images/_music/img_39.jpg";
	myMusicImg[40] = "images/_music/img_40.jpg";
	myMusicImg[41] = "images/_music/img_41.jpg";
	myMusicImg[42] = "images/_music/img_42.jpg";
	myMusicImg[43] = "images/_music/img_43.jpg";
	myMusicImg[44] = "images/_music/img_44.jpg";
	myMusicImg[45] = "images/_music/img_45.jpg";
	myMusicImg[46] = "images/_music/img_46.jpg";
	myMusicImg[47] = "images/_music/img_47.jpg";
	myMusicImg[48] = "images/_music/img_48.jpg";
	myMusicImg[49] = "images/_music/img_49.jpg";
	myMusicImg[50] = "images/_music/img_50.jpg";
	
	
	// About Us Section:
	myAboutImg[25] = "images/_about_us/img_25.jpg";
	myAboutImg[26] = "images/_about_us/img_26.jpg";
	myAboutImg[27] = "images/_about_us/img_27.jpg";
	myAboutImg[28] = "images/_about_us/img_28.jpg";
	myAboutImg[29] = "images/_about_us/img_29.png";
	myAboutImg[30] = "images/_about_us/img_30.jpg";
	myAboutImg[31] = "images/_about_us/img_31.jpg";
	myAboutImg[32] = "images/_about_us/img_32.jpg";
	myAboutImg[33] = "images/_about_us/img_33.jpg";
	myAboutImg[34] = "images/_about_us/img_34.jpg";
	myAboutImg[35] = "images/_about_us/img_35.jpg";
	myAboutImg[36] = "images/_about_us/img_36.jpg";
	myAboutImg[37] = "images/_about_us/img_37.jpg";
	myAboutImg[38] = "images/_about_us/img_38.jpg";
	myAboutImg[39] = "images/_about_us/img_39.jpg";
	myAboutImg[40] = "images/_about_us/img_40.jpg";
	myAboutImg[41] = "images/_about_us/img_41.jpg";
	myAboutImg[42] = "images/_about_us/img_42.jpg";
	myAboutImg[43] = "images/_about_us/img_43.jpg";
	
	
	// Contact Us Section:
	myContactImg[25] = "images/_contact_us/img_25.jpg";
	myContactImg[26] = "images/_contact_us/img_26.jpg";
	myContactImg[27] = "images/_contact_us/img_27.jpg";
	myContactImg[28] = "images/_contact_us/img_28.jpg";
	myContactImg[29] = "images/_contact_us/img_29.png";
	myContactImg[30] = "images/_contact_us/img_30.jpg";
	myContactImg[31] = "images/_contact_us/img_31.jpg";
	myContactImg[32] = "images/_contact_us/img_32.jpg";
	myContactImg[33] = "images/_contact_us/img_33.jpg";
	myContactImg[34] = "images/_contact_us/img_34.jpg";
	myContactImg[35] = "images/_contact_us/img_35.jpg";
	myContactImg[36] = "images/_contact_us/img_36.jpg";
	myContactImg[37] = "images/_contact_us/img_37.jpg";
	myContactImg[38] = "images/_contact_us/img_38.jpg";
	myContactImg[39] = "images/_contact_us/img_39.jpg";
	myContactImg[40] = "images/_contact_us/img_40.jpg";
	myContactImg[41] = "images/_contact_us/img_41.jpg";
	myContactImg[42] = "images/_contact_us/img_42.jpg";
	myContactImg[43] = "images/_contact_us/img_43.jpg";
	myContactImg[44] = "images/_contact_us/img_44.jpg";


	// Email Us Section:
	myEmailImg[25] = "images/_email_us/img_25.jpg";
	myEmailImg[26] = "images/_email_us/img_26.jpg";
	myEmailImg[34] = "images/_email_us/img_34.jpg";
	myEmailImg[38] = "images/_email_us/img_38.jpg";
	
	
	// Resource links for insertion
	myMusicSec[11] = "http://archives.starbulletin.com/2004/04/29/news/story10.html";
	myMusicSec[12] = "http://en.wikipedia.org/wiki/Music_therapy";
	myMusicSec[13] = "http://www.webmd.com/heart/news/20081113/joyful-music-helps-the-heart";
	myMusicSec[14] = "http://www.webmd.com/stroke/news/20080219/music-mends-minds-after-stroke";
	myMusicSec[21] = "http://www.charlierose.com/view/interview/6055";
	myMusicSec[22] = "http://www.michaelconwaybaker.com/";
	myMusicSec[23] = "http://www.harpistkaori.com/";
	myMusicSec[24] = "http://www.kenhsieh.com/";
	myMusicSec[31] = "http://www.medicexchange.com/ARRS-2009/baroque-classical-music-can-improve-radiologists-work-lives-a-study-research-to-be-presented-at-arrs-2009.html";
	myMusicSec[32] = "http://www.mayoclinic.org/news2007-mchi/4125.html";
	myMusicSec[33] = "http://pom.sagepub.com/cgi/content/abstract/33/2/173";
	myMusicSec[34] = "http://children.webmd.com/features/music-and-brain-power";
	myMusicSec[41] = "http://cognitive-psychology.suite101.com/article.cfm/psychology_of_classical_music";
	myMusicSec[42] = "http://sao-www.harvard.edu/~sasselov/pic/bb.html";
	myMusicSec[43] = "http://www.livescience.com/health/090224-music-memory.html";
	myMusicSec[44] = "http://www.exploratorium.edu/music/";
	
	// Resource text associated with link
	myMusicSecTxt[0] = "Resource Topics:";
	myMusicSecTxt[1] = "Health and Music";
	myMusicSecTxt[2] = "Musicians and Music";
	myMusicSecTxt[3] = "Life and Music";
	myMusicSecTxt[4] = "Science and Music";
	myMusicSecTxt[10] = myMusicSecTxt[1]+":";
	myMusicSecTxt[11] = "Music reduces Stress";
	myMusicSecTxt[12] = "Music is Therapy";
	myMusicSecTxt[13] = "Music heals the Heart";
	myMusicSecTxt[14] = "Music mends Minds";
	myMusicSecTxt[20] = myMusicSecTxt[2]+":";
	myMusicSecTxt[21] = "Maestro J. E. Gardiner";
	myMusicSecTxt[22] = "Michael Conway Baker";
	myMusicSecTxt[23] = "Kaori Otake";
	myMusicSecTxt[24] = "Ken Hsieh";
	myMusicSecTxt[30] = myMusicSecTxt[3]+":";
	myMusicSecTxt[31] = "Improve Your Work Life";
	myMusicSecTxt[32] = "Gain Mental Alertness";
	myMusicSecTxt[33] = "Boost Your Performance";
	myMusicSecTxt[34] = "Amplify Your Brain Power";
	myMusicSecTxt[40] = myMusicSecTxt[4]+":";
	myMusicSecTxt[41] = "The Psychology of Music";
	myMusicSecTxt[42] = "For the sake of Science...";
	myMusicSecTxt[43] = "Memory connection found";
	myMusicSecTxt[44] = "Science of Music";

	var myMusicLinkReg	= "images/_resources/img_47.jpg";
	var myMusicLinkBack	= "images/_resources/back/img_47.jpg"
