﻿//Diverse funktioner för Coalesys hantering

function pbRedir(strLocation , strTarget) {
    if(strTarget == 'TRUE'){
        window.open(strLocation,'pbwindow');
    } else {
        window.location = strLocation;
    }
}