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