<!--
 function hidestatus(){
 	window.status=''
	 return true
 }
 if (document.layers)
	 document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
 document.onmouseover=hidestatus
 document.onmouseout=hidestatus

  var captcha_reload_count = 0;
  var captcha_image_url = "http://www.scluzern.com/fotos-galerie/captcha.php";//{url_captcha_image}
  function new_captcha_image() {
    if (captcha_image_url.indexOf('?') == -1) {
		  document.getElementById('captcha_image').src= captcha_image_url+'?c='+captcha_reload_count;
	} else {
		  document.getElementById('captcha_image').src= captcha_image_url+'&c='+captcha_reload_count;
	}

    document.getElementById('captcha_input').value="";
    document.getElementById('captcha_input').focus();
    captcha_reload_count++;
  }
  
  today=new Date();
  y0=today.getFullYear();
  var clickmessage="© Copyright 2004-"+y0+" by Fotogalerie scluzern.com\n   \nPlease register you by this photo gallery for the photo download. \n   \nBitte registrieren Sie sich bei dieser Fotogalerie für den Foto-Download.";
  function right(e) {
    if (navigator.appName == 'Microsoft Internet Explorer' && (event.button==2 || event.button == 3)) {
		if (event.srcElement.tagName!="INPUT" && event.srcElement.tagName!="TEXTAREA")	
	      alert(clickmessage);
      return false;
    } else if (navigator.appName == 'Netscape' && (e.which == 2 || e.which == 3)) {
        if (e.target.tagName!="INPUT" && e.target.tagName!="TEXTAREA") {
		  document.oncontextmenu=new Function("return false;");	
	      alert(clickmessage);
		  return false;
		}
	}
    return true;
  }
  if (document.layers){
  document.captureEvents(Event.MOUSEDOWN);
  document.onmousedown=right;
  } else if (document.all){
  document.onmousedown=right;
  } else if (document.getElementById) {
  document.onmouseup=right
  }

function popupit() { 
  alert('Sorry, Sie sind nicht angemeldet oder haben die erforderlichen Rechte nicht!\nNur registrierte und angemeldete Mitglieder können die Bilder in dieser Kategorie sehen.\nBitte loggen Sie sich dazu ein.\n\nSorry, you are not logged in or do not have permissions!\nOnly members can view full images in this category.'); 
} 

function open_info_window (Adresse, width, height) {	
  if (width == "")
  	width = 440;
  if (height == "")
  	height = 200;
  info_window = window.open(Adresse, "Info", "toolbar=no,scrollbars=yes,resizable=no,location=no,menubars=no,width="+width+",height="+height+",top=100,left=100");
  info_window.focus();
}
//-->