﻿
function launchPmed(id, root) {

	if (isNaN(id)||id<=0) {return;}

	window.open(root + "shop/pmedprocess.aspx?id=" + id, "pmed", "width=600,height=500,status=1,toolbar=0,menubar=0,directories=0,resizable=1,scrollbars=1")

}

function showRefreshBanner() {

    try {
    
        if ($("RefreshWrapper")) {

            $("RefreshWrapper").style.visibility = 'visible';
            $("RefreshWrapper").style.display = 'block';
        }
    
    } catch (e) {
    }
}
