
/*
1 ist schmale ansicht
0 ist normal
*/
schmaleAnsicht = Cookie.read("switch");
if( schmaleAnsicht == 1) 
{
    document.write('<link rel="stylesheet" type="text/css" href="/cps/rde/xchg/ob_it_it/hs.xsl/switch.css" />'); 
} 
function auswahl (wahl) {
      Cookie.write("switch", wahl, {duration: 365});
      self.location = self.location;
}
