function openl(l) {
    var newWindow = window.open(l, '_parent');
    newWindow.focus();
    return false;
}