﻿// JS file to store functions related to Master page and cooomon to the site

function OpenMarketingTab(tabname) {
    if (document.getElementById("markettingpage_frame"))
        document.getElementById("markettingpage_frame").src = tabname;
    window.scroll(0, 0);
}
