<!--
//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


     button1.src = 'image_components/what-button1.gif'
     button2.src = 'image_components/what-button2.gif'
	 button3.src = 'image_components/who-button1.gif'
     button4.src = 'image_components/who-button2.gif'
	 button5.src = 'image_components/where-button1.gif'
     button6.src = 'image_components/where-button2.gif'
	 button7.src = 'image_components/how-button1.gif'
     button8.src = 'image_components/how-button2.gif'
 }
//-->
