function img_change(obj0,gnam0){
  if(navigator.appVersion.charAt(0) >= 3){
    obj0.src = gnam0;
  }
}

