function RefineShowChangeList(rlName)
{
	var el = document.getElementById(rlName + '_divRSInside');
	el.style.display = 'none';
	el = document.getElementById(rlName + '_divRSInside2');
	el.style.display = 'block';
	el = document.getElementById(rlName + '_RSChange');
	el.style.display = 'none';
}

function ShowPopup(url)
{
	window.open(url,'','width=600,height=400,scrollbars=1');
}

function MM_openBrWindow(theURL, winName, features) {
    window.open(theURL, winName, features);
}
