<!-- // opens new Windows for the Preview
var hoch = 240;
var breit = 350;
function xx () {
return;
}
function empfehlen(aktuell){
rMain = window.open(aktuell,"Empfehlen","status=no,toolbar=no,location=no,directories=no,scrollbars=no,menu=no,width="+breit+",height="+hoch+",resizable=yes");
rMain.moveTo(90,130);
rMain.focus();
}
function katalog(aktuell){
rMain = window.open(aktuell,"Katalog anfordern","status=no,toolbar=no,location=no,directories=no,scrollbars=yes,menu=no,width=650,height=630,resizable=yes");
rMain.moveTo(50,50);
rMain.focus();
}
    
function videotab1()	{
  document.getElementById('videopane').style.visibility = "hidden";
  document.getElementById('videopane').style.position = "absolute";
}
function videotab2()	{
  document.getElementById('videopane').style.visibility = "visible";
  document.getElementById('videopane').style.position = "relative";
}
    
function gallerytab1()	{
  document.getElementById('gallerytab').style.visibility = "hidden";
  document.getElementById('gallerytab').style.overflow = "hidden";
  document.getElementById('gallerytab').style.height = "1px";
  document.getElementById('gallerymenu').style.visibility = "visible";
  document.getElementById('gallerymenu').style.position = "relative";
}
function gallerytab2()	{
  document.getElementById('gallerytab').style.visibility = "visible";
  document.getElementById('gallerytab').style.overflow = "visible";
  document.getElementById('gallerytab').style.height = "100%";
  document.getElementById('gallerymenu').style.visibility = "hidden";
  document.getElementById('gallerymenu').style.position = "absolute";
}
//-->

