﻿function openTilmeldWindow(theURL, winName, height, width) { 
 window.open(theURL,winName,"toolbar=no, titlebar=no, status=no, scrollbars=yes, height="+height+", width="+width);
}
function openPopup(theURL, winName, height, width) { 
 window.open(theURL,winName,"toolbar=no, titlebar=no, status=no, scrollbars=yes, height="+height+", width="+width);
}

