<!--
//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 = '../images/home.gif'
     button2.src = '../images/home_over.gif'
     button3.src = '../images/services.gif'
     button4.src = '../images/services_over.gif'
     button5.src = '../images/clients.gif'
     button6.src = '../images/clients_over.gif'
 }
//-->