
    /* ----°----°--°-----°--°---°------- */
  /* ------°-°--°--°-°-°-°--°-°----------- */
  /* ------°---°°--°--°--°--°-°----------- */
    /* ----°----°--°-----°--°---°------- */
  /*      please do not steal code         */


<!--


/* init function */
/*
function init()
    {
        var screenheight = window.screen.height;
        document.getElementById("page").style.top = screenheight <= "768" ? "30px" : "50px";
    }
*/


    /* - - - - - - - - - - - - - - - - */
    /* - no spam by DAKE - - - - - - - */
    /* - info: http://www.dake.dk/ - - */
    /* - v2.0 by D00B13  - - - - - - - */
    /* - - - - - - - - - - - - - - - - */

function NoSpam(NS_adress, NS_domain, NS_showLink, NS_showStatus, NS_cssLink, NS_subject)
    {
        var NS_mailAdress = NS_adress + "@" + NS_domain;
        var NS_showAdress = (!NS_showLink) ? NS_mailAdress : NS_showLink;
        var NS_statusMess = (!NS_showStatus) ? NS_mailAdress : NS_showStatus;
        var NS_mailClass = (!NS_cssLink) ? "" : "class=\"" + NS_cssLink + "\"";
        var NS_mailSubject = (!NS_subject) ? "" : "?subject=" + NS_subject;
        
        document.write('<a href="mailto:' + NS_mailAdress + NS_mailSubject + '" onMouseover="self.status=\' ' + NS_statusMess + ' \' ; return true" onMouseout="self.status=\'\' ; return true" ' + NS_mailClass + '>' + NS_showAdress + '</a>');
    }


/* open pop up */

function popup(argUrl, argWidth, argHeight, argTitle, argScroll )
    {
        if(argScroll=="1" && !is.mac)
            {
                argWidth = parseInt(argWidth) + 26;
            }
        if(argScroll=="1" && is.mac)
            {
                argWidth = parseInt(argWidth) + 10;
            }

        var x = (screen.availWidth - argWidth ) / 2;
        var y = (screen.availHeight - argHeight ) / 2;

        var sFeatures = "width=" + argWidth + "," + "height=" + argHeight + "," + "toolbar=no," + "status=no," + "scrollbars=auto," + "resizable=yes," + "left=" + x + ", top="+ y;

        window.open(argUrl, argTitle, sFeatures, false);
    }



//-->
