
<!--
//Slide Show script (this notice must stay intact)
//For this and more scripts
//visit java-scripts.net or http://wsabstract.com
if (document.images) {
     button01 = new Image();     button02 = new Image();
     button11 = new Image();     button12 = new Image();
     button21 = new Image();     button22 = new Image();
     button31 = new Image();     button32 = new Image();
	 button41 = new Image();     button42 = new Image();


     button01.src = "images/au_01.jpg";     button02.src = "images/high_01.jpg";
     button11.src = "images/au_02.jpg";     button12.src = "images/high_02.jpg";
     button21.src = "images/au_03.jpg";     button22.src = "images/high_03.jpg";
     button31.src = "images/au_04.jpg";     button32.src = "images/high_04.jpg";
	 button41.src = "images/au_05.jpg";     button32.src = "images/high_05.jpg";

 }
//-->


