// popup
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

//change image
function change(image){
        window.document.blank.src=image;
}