function checkleavesite(){
	if (document.form1._ctl0_rdoType_3.checked) {
		leavesite('BMH');
		//window.open("../leave_carefirst_popupBMH.htm","","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");

		return false;		
	}
}

function facleavesite(facplan){
	if ((facplan == 'POS') || (facplan == 'DC_CC'))
	{
		if ((document.form1._ctl0_SAB.checked) || (document.form1._ctl0_MEN.checked))
		{
			leavesite('BMH');
			//window.open("../leave_carefirst_popupBMH.htm","","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");

			return false;		
		}		
	}
}

function isDHMO(){
	if (document.form1._ctl0_DHMO.checked) {
		leavesiteDHMO('DHMO');
		//window.open("../leave_carefirst_popup.htm","","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
		
		return false;		
	}
}

function isNATL(){
//	if (document.form1._ctl0_DHMO.checked) {
		leavesiteNATL('NATL');
		//window.open("../leave_carefirst_popup.htm","","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
		
//		return false;		
//	}
}

function isDCCC(){
	if (document.form1._ctl0_DC_CC.checked) {
		//leavesite('DCCC');
		window.open("http://www.carefirst.com/tdn/attachments/DIRdd.pdf","","resizable=yes,location=yes,left=150,top=140,status=yes,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
		
		return false;		
}
}
function isDCCC1(){
	if (document.form1._ctl0_DC_CC1.checked) {
		//leavesite('DCCC1');
			window.open("http://www.carefirst.com/tdn/attachments/DIRddspecialist.pdf","","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
		
		return false;		
	}
}

function redirVIS()
{
	leavesite('DAV')
	//window.open("../leave_carefirst_popupVIS1.htm","","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
	return false;
}

function isNatl(){
	if (document.form1._ctl0_NI.checked) {
		leavesite('BCBSA');
		//window.open("../leave_carefirst_popupBCBSA.htm","","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
		return false;		
	}
}

function leavesite(type)
{
	var ipage = "leaving_popup.htm?" + type;
	var w = window.open(ipage,"","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
}

function leavesiteNATL(type)
{
	var ipage = "leaving_popupNATL.htm?" + type;
	var w = window.open(ipage,"","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
}
function leavesiteDHMO(type)
{
	var ipage = "leaving_popupDHMO.htm?" + type;
	var w = window.open(ipage,"","resizable=yes,location=yes,status=yes,left=150,top=140,scrollbars=yes,menubar=yes,toolbar=yes,height=350,width=620");
}

