
//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
	 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
	 
     button1.src = 'images/trial-off.gif'
     button2.src = 'images/trial-on.gif'

     button3.src = 'images/howitworks-off.gif'
     button4.src = 'images/howitowrks-on.gif'

     button5.src = 'images/browse-on.gif'
     button6.src = 'images/browse.gif'


     button7.src = 'images/free-trial.gif'
     button8.src = 'images/free-trial-on.gif'
	 
	 
	 button9.src = 'images/li-myaccount.gif'
     button10.src = 'images/li-myaccount-on.gif'
	 
     button11.src = 'images/li-community.gif'
     button12.src = 'images/li-community-on.gif'
	 
	 button13.src = 'images/li-browse.gif'
     button14.src = 'images/li-browse-on.gif'
	 
	 button15.src = 'images/li-myvideos.gif'
     button16.src = 'images/li-myvideos-on.gif'
 }
