window.defaultStatus = "greifvogel.info - Your local source for birds of prey"; /*window.captureEvents(Event.KEYPRESS); window.onkeypress = Ausgabe; function Ausgabe(Ereignis) { alert("Sie haben die Taste mit dem Wert " + Ereignis.which + " gedrueckt"); window.captureEvents(Event.KEYPRESS); window.onkeypress = Ausgabe; } */ function land(ref, target) { lowtarget=target.toLowerCase(); if (lowtarget=="_self") {window.location=loc;} else {if (lowtarget=="_top") {top.location=loc;} else {if (lowtarget=="_blank") {window.open(loc);} else {if (lowtarget=="_parent") {parent.location=loc;} else {parent.frames[target].location=loc;}; }}} } function thumb(menu) { ref=menu.offset.options[menu.offset.selectedIndex].value; splitc=ref.lastIndexOf("*"); target="index.php?show=thumbs&sort=&offset="; if (splitc!=-1) {loc=ref.substring(0,splitc); target=ref.substring(splitc+1,1000);} else {loc=ref; target="_self";}; if (ref != "") {land(loc,target);} } function usrpic(menu) { ref=menu.usrpic.options[menu.usrpic.selectedIndex].value; splitc=ref.lastIndexOf("*"); target="index.php?show=thumbs&sort=DATETIME&method=DESC&offset=0&username="; if (splitc!=-1) {loc=ref.substring(0,splitc); target=ref.substring(splitc+1,1000);} else {loc=ref; target="_self";}; if (ref != "") {land(loc,target);} } function submitimg() { document.loadid.target = "_self"; return true; } function loadslide() { document.loadid.target = "_self"; return true; } /*function () { //show=document.id.img_id.selectedIndex = 0; alert("img_id = " + img_id + " id = " + id +); window.open("imgload.php?img_id=" + img_id + "&id="); //this.form.Feld.value //document.write(Satzteil + i + " ist " + x + ""); } */