// 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
	 button19 = new Image
     button20 = new Image
	 button21 = new Image
     button22 = new Image
     button1.src = '../images/3darchitectural.jpg'
     button2.src = '../images/roll3darchitectural.jpg'	 
	 button3.src = '../images/3dinteriors.jpg'
     button4.src = '../images/roll3dinteriors.jpg' 
	 button5.src = '../images/characteranimation.jpg'
     button6.src = '../images/rollcharacteranimation.jpg'
	 button7.src = '../images/prouctanimation.jpg'
     button8.src = '../images/rollprouctanimation.jpg'
	 button9.src = '../images/visualfx.jpg'
     button10.src = '../images/rollvisualfx.jpg'
	 button11.src = '../images/interactiveswebsolution.jpg'
     button12.src = '../images/rollinteractiveswebsolution.jpg'
	 button13.src = '../images/exhibitionstanddesign.jpg'
     button14.src = '../images/rollexhibitionstanddesign.jpg'
	 button15.src = '../images/printgraphicsdesign.jpg'
     button16.src = '../images/rollprintgraphicsdesign.jpg'
	 button17.src = '../images/portfolioshowreel.jpg'
     button18.src = '../images/rollportfolioshowreel.jpg'
	 button19.src = '../images/contactus.jpg'
     button20.src = '../images/rollcontactus.jpg'
	 button21.src = '../images/interactivesapplications.jpg'
     button22.src = '../images/rollinteractivesapplications.jpg'	 	 

 }