function roll_on(nn)  { if (document.images) { xx=eval (nn + "on.src;");  document[nn].src=xx; } }
function roll_off(nn) { if (document.images) { xx=eval (nn + "off.src;"); document[nn].src=xx; } }
function roll_init(nn,on,off) { if (document.images) { nnon=nn + "on"; nnoff=nn + "off"; xx0=(sitePATH + on); xx1=(sitePATH + off); eval (nnon + "=new Image();");  eval (nnoff + "=new Image();"); eval (nnon + ".src=xx0;"); eval (nnoff + ".src=xx1;"); } }

