function show(verweis)  { F1= open(verweis,"Bild","width=350,height=500,screenX=100,screenY=100,dependent=yes,hotkey=no,locationbar=no,menubar=no,resizable=no,status=no") };

function rclck(e) {  if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {if (e.which >= 2) return false; }  else { if (event.button>=2) window.history.back(); } }
function rclckactiv () { 
  document.onmousedown=rclck;
  if (document.layers) window.captureEvents(Event.MOUSEDOWN);
  window.onmousedown=rclck; }

function startmain() {
        var n = top.location.search;
        if (n != "") {
         var i = n.substring(1,n.length);
         document.location.href = i;
        } }

function fensterautom(verweis,time,w,h)
   {
   F1= open(verweis,"autowin","width="+w+",height="+h+",screenX=100,screenY=100,dependent=yes,hotkey=no,locationbar=no,menubar=no,resizable=no,status=no");
   F1.setTimeout('window.close()',time);
   }

