var loc="img_nav/btn_";
 var sfx=".gif";
 
 function swap(PicName,DatName){
  window.document.images[PicName].src = loc+DatName+sfx;
}
