// JavaScript Document
if (document.images) {
     button1 = new Image
     button2 = new Image
     button3 = new Image
     button4 = new Image	 
     button5 = new Image
     button6 = new Image
     button7 = new Image
     button8 = new Image
	 button9 = new Image
     button10 = new Image
	 button11= new Image
     button12 = new Image
	 button13= new Image
     button14 = new Image
	 button15= new Image
     button16 = new Image	
	 button17= new Image
     button18 = new Image	  	 		 	 

     button1.src = 'images/assets/btn_portfolio.jpg'
     button2.src = 'images/assets/btn_portfolioOn.jpg'
     button3.src = 'images/assets/btn_reel.jpg'
     button4.src = 'images/assets/btn_reelOn.jpg'
     button5.src = 'images/assets/btn_about.jpg'
     button6.src = 'images/assets/btn_aboutOn.jpg'
     button7.src = 'images/assets/btn_contact.jpg'
     button8.src = 'images/assets/btn_contactOn.jpg'
     button9.src = 'images/assets/btn_3d.jpg'
     button10.src = 'images/assets/btn_3dOn.jpg'
     button11.src = 'images/assets/btn_sculpture.jpg'
     button12.src = 'images/assets/btn_sculptureOn.jpg'
     button13.src = 'images/assets/btn_characters.jpg'
     button14.src = 'images/assets/btn_charactersOn.jpg' 
     button15.src = 'images/assets/btn_sketchbook.jpg'
     button16.src = 'images/assets/btn_sketchbookOn.jpg' 	
     button17.src = 'images/assets/btn_fx.jpg'
     button18.src = 'images/assets/btn_fxOn.jpg'	  	  	  	  
 }
