﻿<!--
 
/*Visit A1javascripts.com for more neat scripts*/
 
a1=new Image(107,70)
a1.src="images/buttons/butt1-off.gif"
a2=new Image(107,70)
a2.src="images/buttons/butt1-on.gif"
a3=new Image(107,70)
a3.src="images/buttons/butt2-off.gif"
a4=new Image(107,70)
a4.src="images/buttons/butt2-on.gif"
a5=new Image(107,70)
a5.src="images/buttons/butt3-off.gif"
a6=new Image(107,70)
a6.src="images/buttons/butt3-on.gif"
a7=new Image(107,70)
a7.src="images/buttons/butt4-off.gif"
a8=new Image(107,70)
a8.src="images/buttons/butt4-on.gif"
a9=new Image(107,70)
a9.src="images/buttons/butt5-off.gif"
a10=new Image(107,70)
a10.src="images/buttons/butt5-on.gif"



//-->

<!--
function filter(imagename,objectsrc){
if (document.images)
document.images[imagename].src=eval(objectsrc+".src")
}
//-->


