function showEvaluation(check) {
       var path = "img/beispiele/";

       if (check == "check4boys") {
         Slimbox.open([[path + "4boys_check_page_1.gif"], [path + "4boys_check_page_2.gif"], [path + "4boys_check_page_3.gif"], [path + "4boys_check_page_4.gif"], [path + "4boys_check_page_5.gif"]], 0);
       }

       if (check == "check4girls") {
         Slimbox.open([[path + "4girls_check_page_1.gif"], [path + "4girls_check_page_2.gif"], [path + "4girls_check_page_3.gif"], [path + "4girls_check_page_4.gif"], [path + "4girls_check_page_5.gif"]], 0);
       }

       if (check == "partnercheck4men") {
        Slimbox.open([[path + check + "_page_1.gif"], [path + check + "_page_2.gif"], [path + check + "_page_3.gif"], [path + check + "_page_4.gif"], [path + check + "_page_5.gif"],[path + check + "_page_6.gif"],[path + check + "_page_7.gif"],[path + check + "_page_8.gif"],[path + check + "_page_9.gif"],[path + check + "_page_10.gif"],[path + check + "_page_11.gif"]],0);    }

       if (check == "partnercheck4women") {
         Slimbox.open([[path + check + "_page_1.gif"], [path + check + "_page_2.gif"], [path + check + "_page_3.gif"], [path + check + "_page_4.gif"], [path + check + "_page_5.gif"],[path + check + "_page_6.gif"],[path + check + "_page_7.gif"],[path + check + "_page_8.gif"],[path + check + "_page_9.gif"],[path + check + "_page_10.gif"],[path + check + "_page_11.gif"],[path + check + "_page_12.gif"],[path + check + "_page_13.gif"]],0);
       }

       if (check == "bewerbercheck") {
         Slimbox.open([[path + "bewerber_check_page_1.gif"], [path + "bewerber_check_page_2.gif"], [path + "bewerber_check_page_3.gif"], [path + "bewerber_check_page_4.gif"], [path + "bewerber_check_page_5.gif"], [path + "bewerber_check_page_6.gif"], [path + "bewerber_check_page_7.gif"], [path + "bewerber_check_page_8.gif"], [path + "bewerber_check_page_9.gif"]], 0);
       }

       if (check == "businesscheck") {
         Slimbox.open([[path + "business_check_page_1.gif"], [path + "business_check_page_2.gif"], [path + "business_check_page_3.gif"], [path + "business_check_page_4.gif"], [path + "business_check_page_5.gif"], [path + "business_check_page_6.gif"], [path + "business_check_page_7.gif"], [path + "business_check_page_8.gif"], [path + "business_check_page_9.gif"]], 0);
       }

       if (check == "optimalcheck") {
         Slimbox.open([[path + "optimal_check_page_1.gif"], [path + "optimal_check_page_2.gif"], [path + "optimal_check_page_3.gif"], [path + "optimal_check_page_4.gif"], [path + "optimal_check_page_5.gif"], [path + "optimal_check_page_6.gif"]], 0);
       }

     }

