//Check if frame construct exists
if (!window.top.kiTopFrame){
    var strAtoZLang = "";
    strDestination = window.location.href;
    
    if (strDestination.indexOf("verzeichnis")>0){strAtoZLang = 'de';}
    if (strDestination.indexOf("directory")>0){strAtoZLang = 'de';}
    if (strDestination.indexOf("repertoir")>0){strAtoZLang = 'fr';}
    if (strDestination.indexOf("elenco")>0){strAtoZLang = 'fr';}
    top.location.href = "http://ch01.kompass.com/staticSearchPage/index.asp?_Zone=CH&_Lang="+ strAtoZLang +"&_Choix=PS&_KProv=CH001&showAtoZ="+ strDestination
}