//Slide Show script (this notice must stay intact)
//For this and more scripts
//visit java-scripts.net or http://wsabstract.com

if (document.images) {
     button1 = new Image
     button2 = new Image
	 button3 = new Image
     button4 = new Image
	 button5 = new Image
     button6 = new Image

     button1.src = '../static_files/images/nav-images/register.png'
     button2.src = '../static_files/images/nav-images-on/register.png'
	 button3.src = '../static_files/images/nav-images/update.png'
     button4.src = '../static_files/images/nav-images-on/update.png'
	 button5.src = '../static_files/images/nav-images/myjobs.png'
     button6.src = '../static_files/images/nav-images-on/myjobs.png'
 }
