// JavaScript Document


// These iamges tend to be hefty so call this file near the end of the page. This will
// give everything else a chance to load first.

var iPath = 'images/homepage/';
var iExt = 'jpg';

if(document.images)
{

	//Main Content Images
	//Main Content Images		
	//Main Content Images
	
	main_artwork = new Image(304,304);
	main_artwork.src = iPath + "artwork.jpg";
	
	main_building = new Image(304,304);
	main_building.src = iPath + "building.jpg";
	
	main_greenberg = new Image(304,304);
	main_greenberg.src = iPath + "greenberg.jpg";

	main_lab = new Image(304,304);
	main_lab.src = iPath + "lab.jpg";
	
	main_student_teacher = new Image(304,304);
	main_student_teacher.src = iPath + "student_teacher.jpg";	
	
	main_henna = new Image(304,304);
	main_henna.src = iPath + "henna.jpg";
	
	main_strings = new Image(304,304);
	main_strings.src = iPath + "strings.jpg";
	
	main_candlelight = new Image(304,304);
	main_candlelight.src = iPath + "candlelight.jpg";

	
}	

