function moveToGalerie(path){
if (path == null) path="";
document.location = path+'opt/escort-damen.htm'
}

function moveToGalerieEnglish(path){
if (path == null) path="";
document.location = path+'opt/en/escort-damen.htm'
}

function getPath(){
return 'opt';
}


