

<!--
sRoot = "..";

a1=new Image(20,25)
a1.src=sRoot+"/img/global/arrow_off.gif"
a2=new Image(20,25)
a2.src=sRoot+"/img/global/arrow_on.gif"
a1h=new Image(20,25)
a1h.src=sRoot+"/img/global/arrow1_off.gif"
a2h=new Image(20,25)
a2h.src=sRoot+"/img/global/arrow1_on.gif"
a3=new Image(110,19)
a3.src=sRoot+"/img/bt_zoom_off.gif"
a4=new Image(110,19)
a4.src=sRoot+"/img/bt_zoom_on.gif"
a5=new Image(110,19)
a5.src=sRoot+"/img/bt_order_off.gif"
a6=new Image(110,19)
a6.src=sRoot+"/img/bt_order_on.gif"
a5=new Image(25,25)
a5.src=sRoot+"/img/bt_closewin_off.gif"
a6=new Image(25,25)
a6.src=sRoot+"/img/bt_closewin_on.gif"
a7=new Image(25,25)
a7.src=sRoot+"/img/bt_upwin_off.gif"
a8=new Image(25,25)
a8.src=sRoot+"/img/bt_upwin_on.gif"
a9=new Image(25,25)
a9.src=sRoot+"/img/bt_downwin_off.gif"
a10=new Image(25,25)
a10.src=sRoot+"/img/bt_downwin_on.gif"

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

//-->
