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

function showFoto(url, width, height) {
  window.open(url, '', 'width='+width+',height='+height+',toolbar=no,menu=no,location=no');
  return false;
}