

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


function _viewfoto2(im,t,w,h) {
 window.open("viewPhoto.php?foto="+im+"&title="+t+"&width="+w+"&height="+h,",_blank","width="+w+",height="+h+",scrollbars=no,menubar=no,screenX=100,screenY=100");
 } 
