// JavaScript Document

function enabling()
{
	if(document.org_registration.AcceptedAgreement.checked==true)
	{
		document.org_registration.AcceptedAgreement.value=1;
	}
	else if(document.org_registration.AcceptedAgreement.checked==false)
	{
		document.org_registration.AcceptedAgreement.value=0;
	}
}
function hear()
 {

	if(document.org_registration.HearAbout.value=='Other')
	{
		
	document.org_registration.HearAboutOther.disabled=false;	
	}
	else
	{
	document.org_registration.HearAboutOther.disabled=true;	
	}
	
 }
 function MM_openBrWindow(theURL,winName,features)
{ 
window.open(theURL,winName,features);
}
