//Check if frame construct exists
if (!window.top.kiTopFrame){
    var strAtoZLang = "";
    strDestination = window.location.href;
    strDestination = strDestination.replace("de102.kompass.com","de.kompass.com")
    
    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://de102.kompass.com/staticSearchPage/index.asp?_Zone=DE&_Lang="+ strAtoZLang +"&_Choix=PS&_KProv=DE102&showAtoZ="+ strDestination
}