function open01(theURL,winName,features) { //v2.0
  win=window.open(theURL,winName,features);
  win.moveTo(0,0);
}

function changeImg(pass){document.my_photo.src=pass;}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

