
function DigitlabPopUp(url_pop,name,etc) {

Digitlab=window.open(url_pop,'DigitlabWindow','fullscreen=yes,');
Digitlab.focus();
}

