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

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

function getPath(){
return 'opt1';
}


