// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  var fotogallery = window.open(theURL,winName,features+",menubar=no,scrollbars=yes,width=750,height=500,left=300,top=50");
  fotogallery.focus();
}

function MM_AirBer(theURL,winName,features) { //v2.0
  var fotogallery = window.open(theURL,winName,features+",menubar=no,scrollbars=yes,width=850,height=500,left=100,top=50");
  fotogallery.focus();
}


/*function openGallery(theURL, features) { //v2.0
  var winName ="fotogallery";
  var fotogallery = window.open(theURL,winName,features+", menubar=yes,scrollbars=yes,width=250,height=480,left=100,top=50");
  fotogallery.focus();
}*/

