// JavaScript Document
function chgpic(pikurl){
   document.images["bigimg"].src = pikurl;
}