//
// JavaScript generated by btn4ws.pl version 0.4
//
// previous
a_previous=new Image(97,33); a_previous.src="a_previous.png";
i_previous=new Image(97,33); i_previous.src="i_previous.png";
p_previous=new Image(97,33); p_previous.src="p_previous.png";

// index
a_index=new Image(97,33); a_index.src="a_index.png";
i_index=new Image(97,33); i_index.src="i_index.png";
p_index=new Image(97,33); p_index.src="p_index.png";

// next
a_next=new Image(97,33); a_next.src="a_next.png";
i_next=new Image(97,33); i_next.src="i_next.png";
p_next=new Image(97,33); p_next.src="p_next.png";


// function to show image for given image_object
function hilite(ObjID,imgObjName) {
    ObjID.src = eval(imgObjName + ".src");
    return true;
}

