
 
// JavaScript Document
<!-- Hide Script from old browsers
	var myimages=new Array()
	function preloadimages(){
	for (i=0;i<preloadimages.arguments.length;i++){
	myimages[i]=new Image()
	myimages[i].src=preloadimages.arguments[i]
	}
	}

//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
preloadimages("images/index/what2.jpg","images/index/work2.jpg","images/index/contact2.jpg","images/index/clients2.jpg","images/index/expression2.jpg","images/index/expression3.jpg")

if(document.images){
	what1= new Image
	what2= new Image
	work1= new Image
	work2= new Image
	contact1= new Image
	contact2= new Image
	clients1= new Image
	clients2= new Image
	expression1= new Image
	expression2= new Image
	expression3= new Image
	
	what1temp= new Image
	what2temp= new Image
	work1temp= new Image
	work2temp= new Image
	contact1temp= new Image
	contact2temp= new Image
	clients1temp= new Image
	clients2temp= new Image
	expression1temp= new Image
	expression2temp= new Image
	expression3temp= new Image
	
	what1.src= "images/index/what1.jpg"
	what2.src= "images/index/what2.jpg"
	work1.src= "images/index/work1.jpg"
	work2.src= "images/index/work2.jpg"
	contact1.src= "images/index/contact1.jpg"
	contact2.src= "images/index/contact2.jpg"
	clients1.src= "images/index/clients1.jpg"
	clients2.src= "images/index/clients2.jpg"
	expression1.src= "images/index/expression1.jpg"
	expression2.src= "images/index/expression2.jpg"
	expression3.src= "images/index/expression3.jpg"
	
	what1temp.src= "../images/template/what1.jpg"
	what2temp.src= "../images/template/what2.jpg"
	work1temp.src= "../images/template/work1.jpg"
	work2temp.src= "../images/template/work2.jpg"
	contact1temp.src= "../images/template/contact1.jpg"
	contact2temp.src= "../images/template/contact2.jpg"
	clients1temp.src= "../images/template/clients1.jpg"
	clients2temp.src= "../images/template/clients2.jpg"
	expression1temp.src= "../images/template/expression1.jpg"
	expression2temp.src= "../images/template/expression2.jpg"
	expression3temp.src= "../images/template/expression3.jpg"
	

}
else {
	what1= ""
	what2= ""
	work1= ""
	work2= ""
	contact1= ""
	contact2= ""
	
	what1temp= ""
	what2temp= ""
	work1temp= ""
	work2temp= ""
	contact1temp= ""
	contact2temp= ""

	document.what= ""
	document.work= ""
	document.contact= ""
	document.clients= ""
	
	document.whattemp= ""
	document.worktemp= ""
	document.contacttemp= ""
	document.clientstemp= ""
}
//End hiding script from old browsers

