/**************************Diese Seite wird geladen*********************************/
var DHTML = (document.getElementById || document.all || document.layers);
function warte_objekt(name) {
 if (document.getElementById) {
  return document.getElementById(name).style;
 }
 else if (document.all){
  return document.all[name].style;
 }
 else if (document.layers) {
  return document.layers[name];
 }
}
function warte_zeigen(div,flag)
{
 if (!DHTML) return;
 var x = warte_objekt(div);
 x.visibility = (flag) ? 'visible':'hidden'
 if(! document.getElementById)
  if(document.layers)
   x.left=280/2;
 return true;
}

function openwin(bild,X,Y) {
  var angaben='scrollbars=no, width='+X+',height='+Y+',left=0,top=0,status=no,menubar=no,toolbar=no';
  window.open('pop.htm?'+bild,'',angaben);
}
function openwin_a(bild,X,Y) {
  var angaben='scrollbars=no, width='+X+',height='+Y+',left=0,top=0,status=no,menubar=no,toolbar=no';
  window.open('pop2.htm?'+bild,'',angaben);
}

