﻿function openTilmeldWindow(theURL, winName, height, width, forbund) {
    var pageTracker = _gat._getTracker("UA-732767-5");
    pageTracker._trackEvent("Betalingslink - " + forbund, theURL);
    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);
}




