function chgImg(url){
   document.images["topimg"].src = url;
}

