var img=new Array();

img[0] = new Image();  img[0].src = "./../common/seek-btn-out.gif";
img[1] = new Image();  img[1].src = "./../common/seek-btn-on.gif";

function swap(nam,num) {{ document.images[nam].src = img[num].src;
return true; }}
