<!--

function switchlayer(subj)
{  document.getElementById('sector'+subj).style.height=(document.getElementById('sector'+subj).style.height!="100%")? "100%" : "1px";
   document.getElementById('sector'+subj).style.visibility=(document.getElementById('sector'+subj).style.visibility!="visible")? "visible" : "hidden";
   document.getElementById('sector'+subj).style.display=(document.getElementById('sector'+subj).style.display!="block")? "block" : "none";
}

function expandlayer(subj)
{  document.getElementById('sector'+subj).style.height=(document.getElementById('sector'+subj).style.height!="100%")? "100%" : "160px";
   document.getElementById('showmore'+subj).style.height=(document.getElementById('showmore'+subj).style.height!="20px")? "20px" : "1px";
   document.getElementById('showmore'+subj).style.visibility=(document.getElementById('showmore'+subj).style.visibility!="visible")? "visible" : "hidden";
   document.getElementById('showless'+subj).style.height=(document.getElementById('showless'+subj).style.height!="1px")? "1px" : "20px";
   document.getElementById('showless'+subj).style.visibility=(document.getElementById('showless'+subj).style.visibility!="visible")? "visible" : "hidden";
}

function expandaerzte(subj)
{  document.getElementById('sector'+subj).style.height=(document.getElementById('sector'+subj).style.height!="100%")? "100%" : "373px";
   document.getElementById('showmore'+subj).style.height=(document.getElementById('showmore'+subj).style.height!="20px")? "20px" : "1px";
   document.getElementById('showmore'+subj).style.visibility=(document.getElementById('showmore'+subj).style.visibility!="visible")? "visible" : "hidden";
   document.getElementById('showless'+subj).style.height=(document.getElementById('showless'+subj).style.height!="1px")? "1px" : "20px";
   document.getElementById('showless'+subj).style.visibility=(document.getElementById('showless'+subj).style.visibility!="visible")? "visible" : "hidden";
}

///  Gutschein-Layer ///
var showcoupon = "0" ;
location.search.substring(1, location.search.length) == "showcoupon=1";
var show = location.search.substring(1, location.search.length); 
var show = show.split('=');
var showcoupon = show[1]; 

//-->
