<!--
// filename: images_root.js

var isIMG = document.images;

	if (document.images) {
		
		animate_default_out = new Image();   animate_default_out.src = "webfiles/animate/animate_default_out.gif";
				
		<!------ Biography ------>
		animate_biography_over = new Image();   animate_biography_over.src = "webfiles/animate/animate_biography_over.gif";
		biography_over = new Image();   biography_over.src = "webfiles/buttons/biography_over.gif";
		biography_out = new Image();   biography_out.src = "webfiles/buttons/biography_out.gif";
		
		<!------ Contact ------>
		animate_contact_over = new Image();   animate_contact_over.src = "webfiles/animate/animate_contact_over.gif";
		contact_out_over = new Image();   contact_out_over.src = "webfiles/buttons/contact_out_over.gif";
		contact_over = new Image();   contact_over.src = "webfiles/buttons/contact_over.gif";
		contact_out = new Image();   contact_out.src = "webfiles/buttons/contact_out.gif";
		
		<!------ Painting ------>
		animate_paintings_over = new Image();   animate_paintings_over.src = "webfiles/animate/animate_paintings_over.gif";
		paintings_index_over = new Image();   paintings_index_over.src = "webfiles/buttons/paintings_index_over.gif";
		paintings_index_out = new Image();   paintings_index_out.src = "webfiles/buttons/paintings_index_out.gif";
		
		<!------ Statement ------>
		animate_statement_over = new Image();   animate_statement_over.src = "webfiles/animate/animate_statement_over.gif";
		statement_out_over = new Image();   statement_out_over.src = "webfiles/buttons/statement_out_over.gif";
		statement_over = new Image();   statement_over.src = "webfiles/buttons/statement_over.gif";
		statement_out = new Image();   statement_out.src = "webfiles/buttons/statement_out.gif";
}
// -->
