$(document).ready(function() {
   
    var current_index = null;    
    
    $('#help-button').click(function(){        
        $('#help-panel').toggle(300);
    });
    
        
    $('a.title').click(function(){        
        
        if(current_index != $('a.title').index(this)){
            $('.collapse:visible').slideUp(500);
            $('a.title').removeClass('selected');
        }        
        
        if($(this).parent().next().attr('class') == 'collapse'){
            
            if($(this).parent().next().is(":hidden")){
                $(this).addClass('selected');
            } else if($(this).parent().next().is(":visible")) {
                $(this).removeClass('selected');
            }
            $(this).parent().next().slideToggle(500);
        }
        
        current_index = $('a.title').index(this);        
    });
	
});	

var popup_domination = {"defaults":{"email":"Ihre E-Mail Addresse:"},"delay":0,"cookie_time":7,"center":"Y","cookie_path":"\/","show_opt":"mouseleave","unload_msg":"Bevor Sie weiter gehen, holen Sie sich Ihre kostenlosen Geschenke!","impression_count":0,"output":"<div class=\"popup-dom-lightbox-wrapper\" id=\"popup_domination_lightbox_wrapper\" style=\"display:none\">\n\t<div class=\"lightbox-main lightbox-color-black\">\n\t<a href=\"#\" class=\"lightbox-close\" id=\"popup_domination_lightbox_close\"><span>Close<\/span><\/a>\n\t\n\t\t<div class=\"lightbox-top\">\n\t\t\t<div class=\"lightbox-top-content\">\n\t\t\t\t<div class=\"lightbox-top-text\">\n\t\t\t\t\t<p class=\"heading\">*GRATIS* E-Mail Marketing Software<\/p>\n\t\t\t\t\t<p>Damit werden auch Sie: mit Leichtigkeit und professionell Ihren E-Mail Verteiler aufbauen und bringen Ihr E-Mail Marketing auf Autopilot. Ganz ohne monatlichen Folgekosten!<\/p>\n\t\t\t\t\t<div class=\"bullet-listx\">\n                        <ul class=\"bullet-list\">                            <li>v\u00f6llig kostenlos und unlimitiert nutzen<\/li>                            <li>AutoResponder inkl. Newsletter und Birthday Mailer<\/li>                            <li>kinderleichte Script-Installation (ca. 2 Minuten)<\/li>                        <li>und vieles mehr...<\/li> <\/ul>\n\t\t\t\t\t\t<div class=\"clear\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <img src=\"\..\/img\/AutoresponderLite_cover.png\" alt=\"Wendland E-Mail AutoResponder Lite\" \/>\t\t\t\t<div class=\"clear\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t\t<div class=\"lightbox-middle-bar\">\n            <form target=\"_blank\" method=\"post\" action=\"http:\/\/mail.responder24.de\/action\/subscribe.php\">\n                <div style=\"text-align:center; margin-left:200px;\">\n       <img id=\"lf_arrow\" src=\"..\/img\/lf_arrows.png\" alt=\"\" />            <input type=\"text\" class=\"email\" value=\"Ihre E-Mail Addresse:\" name=\"email\" \/>                    <input type=\"hidden\" value=\"1\" name=\"id\" \/><input type=\"submit\" value=\"Jetzt GRATIS downloaden\" src=\"newsletter\/images\/trans.png\" class=\"green-button\" \/>\n                <\/div>\n            <\/form>\n\t\t<\/div>\n\t\t\n\t\t<div class=\"lightbox-bottom\">\n\t\t\t<p class=\"secure\">Ihre Adresse wird nicht an Dritte weitergegeben. Um Sie vor Spam zu sch\u00fctzen, erhalten Sie zus\u00e4tzlich eine Best\u00e4tigungs-Mail.<\/p>\n\t\t<\/div>\n\t\t\t<p class=\"powered\">\t<\/div>\n\n<\/div>"};

