; onmouseout="timedrestore();"
; onMouseOver="showHideLayers('wtc','','show'); stoptime();"

function findObj(n) { 
var x; 
var ns6 = document.getElementById ? 1 : 0 
var ie = document.all ? 1 : 0 
var ns = document.layers ? 1 : 0 
if(ns6){x = document.getElementById(n) } 
if(ie){x = document.all[n] } 
if(ns){x = document[n] } 
return x; 
} 

function showHideLayers() { 
  var i,p,v,obj,args=showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

timedlayer = setTimeout("", 1)
clearTimeout(timedlayer)

function timedrestore() { 
    timedlayer = setTimeout("showHideLayers('werk','','hide', 'aktuelles', '','hide', 'kuenstler','','hide', 'kontakt','','hide', 'schatten','','hide')", 500)
}

function stoptime() {
    clearTimeout(timedlayer)
}


function pict(page, b, h)
{ 
 window.open(page,"", "toolbar=no,location=no,menubar=no,scrollbars=no,width="+b+",height="+h+",resizeable=no,status=no");
}

function gbook(page, b, h)
{ 
 window.open(page,"", "toolbar=no,location=no,menubar=no,scrollbars=yes,width="+b+",height="+h+",resizeable=no,status=yes");
}

function pic(page)
{ 
 window.open(page,"bild");
}