/* 
   
   Screen Style der Spielboden Events
   
 (do not remove this)
 (not this either) */

/* popup
-------------------------------------------------------------------------- */

function popUp(element) {
    w = window.open(element, 'popup', 'resizable=no, scrollbars=no, width=675, height=300, toolbar=no, statusbar=no');
    w.focus()
}

/*
*/
