function MM_openBrWindow_out(theURL,winName,features) {
   var w = 640;
   var h = 640;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("gallerie/48m.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function MM_openBrWindow_blackeagle(theURL,winName,features) {
   var w = 640;
   var h = 640;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("gallerie/blackeagle.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function MM_openBrWindow_laboratorio(theURL,winName,features) {
   var w = 640;
   var h = 640;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("gallerie/laboratorio.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function MM_openBrWindow_civile(theURL,winName,features) {
   var w = 640;
   var h = 640;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("gallerie/civile.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function makevisible(cur,which){
strength=(which==0)? 1 : 0.8

if (cur.style.MozOpacity)
cur.style.MozOpacity=strength
else if (cur.filters)
cur.filters.alpha.opacity=strength*100
}
