var tb_pathToImage = "fileadmin/templates/main/img/common/loadingAnimation.gif";

function makeShow(t){
    tb_show('blank',t,false);
}

function tellTheTruth() {
    thisMovie("OurCoolFlash").startMovement();
}

function thisMovie(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName]
    }
    else {
        return document[movieName]
    }
}

function getBgColor(){
    return $("body").css("background-color");
}

var tb_pathToImage = "fileadmin/templates/main/img/common/loadingAnimation.gif";

function makeShow(t){
    tb_show('blank',t,false);
}

function tellTheTruth() {
    thisMovie("OurCoolFlash").startMovement();
}

function thisMovie(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName]
    }
    else {
        return document[movieName]
    }
}

function getBgColor(){
    return $("body").css("background-color");
}
