var medchart_win;

// This function will open the large(enrollment) pop-up
function LargePopUps(url) 
{
	window.open(url,"LargePopUps","width=720,height=475,menubar=no,toolbar=no,location=no,personalbar=no,status=no,scrollbars=yes,resizable=yes");
}


{
	window.open(url,"GalleryPopUps","width=420,height=475,menubar=no,toolbar=no,location=no,personalbar=no,status=no,scrollbars=no,resizable=yes");
}


// This function will open the large(Medical Benefits Update) pop-up
function MBUPopUps(url) 
{
	//if (medchart_win) medchart_win.close();
	medchart_win = window.open(url,"MBUPopUps","width=750,height=480,menubar=no,toolbar=no,location=no,personalbar=no,status=no,scrollbars=yes,resizable=no");
	medchart_win.focus();
}

// This function will open the small(hint) pop-up
function SmallPopUps(url)
{
	window.open(url,"SmallPopUps","width=474,height=400,menubar=no,toolbar=no,location=no,personalbar=no,status=no,scrollbars=yes,resizable=no");
}

// This function will open the Decision makers pop-up
function DMPopUps(url)
{
	window.open(url,"DMPopUps","width=475,height=500,menubar=no,toolbar=no,location=no,personalbar=no,status=no,scrollbars=yes,resizable=no");
}

// This function will open the large(Training Module) pop-up
function ModulePopUps(url) 
{
	window.open(url,"ModulePopUps","width=780,height=500,menubar=no,toolbar=no,location=no,personalbar=no,status=no,scrollbars=no,resizable=no");
}

// This function will open the search result topic pop-up
function SearchResPopUp(url) 
{
	window.open(url,"SearchResPopUp","width=780,height=500,menubar=no,toolbar=no,location=no,personalbar=no,status=no,scrollbars=yes,resizable=no");
}
