contentHeight			= browserHeight;
x0						= 0;
y0						= 0;

function showBild(strBild,intW,intH)
  {
  JS_openWindow(JS_rb+strBild,'','width='+(intW+30)+',height='+(intH+30));
  }

document.write('<style type="text/css">div#seite { min-height: '+browserHeight+'px; }</style>');
