// Navigation der Benutzer (Onlineliste)

function jump()
{
        if (document.getElementById("Online").selectedIndex >= 0)
                self.location = document.getElementById("Online").options[document.getElementById("Online").selectedIndex].value;
}

function openMailSpion(session_uid, user_uid) {
        window.open( "/?section=popup&action=showmailspion&s=" + session_uid + "&u=" + user_uid, "MailSpion", "resizable=yes,width=185,height=210,left=200,top=200" );
}

function openGallery(linkUrl) {
        window.open( linkUrl, "Gallery", "resizable=no,width=540,height=600,left=200,top=70" );
}

function openLink(linkUrl) {
        window.open( linkUrl, "Gallery", "resizable=yes,toolbar=yes,status=yes,width=800,height=600,left=200,top=70" );
}
