if (!parent.hotel) top.location="http://www.das-spiel-der-liebe.de";

function over(n) {
document.getElementById('l'+n).style.backgroundImage="url(logo/"+DES+"/bl-o.gif)";
document.getElementById('m'+n).style.backgroundImage="url(logo/"+DES+"/bm-o.gif)";
document.getElementById('r'+n).style.backgroundImage="url(logo/"+DES+"/br-o.gif)";
};

function out(n) {
document.getElementById('l'+n).style.backgroundImage="";
document.getElementById('m'+n).style.backgroundImage="";
document.getElementById('r'+n).style.backgroundImage="";
};

function register() {
parent.parent.ausgabe.location.replace("anmeldung-start.php?from="+SN+"&init=1");
};
function goraum() {
parent.tools.location.replace("goraum.php?from="+SN+"&des="+des+"&url="+url+"&ok="+ok+"&raum="+raum);
};
function abbrechen() {parent.dohotel();};

