//  Position der Tabelle ermitteln
var browserWidth	= 0;
var browserHeight	= 0;

if(ie && navigator.appVersion.indexOf("Linux") < 0)
  {
  browserWidth		= document.body.clientWidth;
  browserHeight		= document.body.clientHeight;
  }
else
  {
  browserWidth		= innerWidth;
  browserHeight		= innerHeight;
  }
  
//fuer linux
if(navigator.appVersion.indexOf("Linux") >= 0)
  {
  browserHeight		= browserHeight-8;
  }
  
  
//  Position der Tabelle ermitteln
var browserWidth	= 0;
var browserHeight	= 0;

if(ie && navigator.appVersion.indexOf("Linux") < 0)
  {
  browserWidth		= document.body.clientWidth;
  browserHeight		= document.body.clientHeight;
  }
else
  {
  browserWidth		= innerWidth;
  browserHeight		= innerHeight;
  }
  
//fuer linux
if(navigator.appVersion.indexOf("Linux") >= 0)
  {
  browserHeight		= browserHeight-8;
  }
contentHeight		= (browserHeight-271);

if(contentHeight < 200)
  {
  contentHeight		= 400;
  }
  
  
function iframe_hoehe() {
  
  if(ie && navigator.appVersion.indexOf("Linux") < 0)
  {
  browserWidth		= document.body.clientWidth;
  browserHeight		= document.body.clientHeight;
  }
else
  {
  browserWidth		= innerWidth;
  browserHeight		= innerHeight;
  }
  
//fuer linux
if(navigator.appVersion.indexOf("Linux") >= 0)
  {
  browserHeight		= browserHeight-8;
  }
  
  
//  Position der Tabelle ermitteln
var browserWidth	= 0;
var browserHeight	= 0;

if(ie && navigator.appVersion.indexOf("Linux") < 0)
  {
  browserWidth		= document.body.clientWidth;
  browserHeight		= document.body.clientHeight;
  }
else
  {
  browserWidth		= innerWidth;
  browserHeight		= innerHeight;
  }
  
//fuer linux
if(navigator.appVersion.indexOf("Linux") >= 0)
  {
  browserHeight		= browserHeight-8;
  }
contentHeight		= (browserHeight-271);

if(contentHeight < 500)
  {
  contentHeight		= 500;
  }

  document.getElementById('myVHS').style.height		= contentHeight+'px';
  //document.frames['iframe_myVHS'].height					= contentHeight;
}