﻿<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function decide() {
	//if(signup.type.value == "Healthcare Provider"){
		//hc.style.display="block";
		//}
  
  // alert(document.forms[0].ProvType.value);
 //alert(document.forms[1].ProvType.value);
	if(document.forms[1].Physician_Num.value == "1"){
		phys1.style.display="block"; 
		phys2.style.display="none"; 
		phys3.style.display="none"; 
		phys4.style.display="none"; 
		phys5.style.display="none"; 
		phys6.style.display="none"; 
		phys7.style.display="none"; 
		phys8.style.display="none"; 
		phys9.style.display="none"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "2"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="none"; 
		phys4.style.display="none"; 
		phys5.style.display="none"; 
		phys6.style.display="none"; 
		phys7.style.display="none"; 
		phys8.style.display="none"; 
		phys9.style.display="none"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "3"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="block"; 
		phys4.style.display="none"; 
		phys5.style.display="none"; 
		phys6.style.display="none"; 
		phys7.style.display="none"; 
		phys8.style.display="none"; 
		phys9.style.display="none"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "4"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="block"; 
		phys4.style.display="block"; 
		phys5.style.display="none"; 
		phys6.style.display="none"; 
		phys7.style.display="none"; 
		phys8.style.display="none"; 
		phys9.style.display="none"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "5"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="block"; 
		phys4.style.display="block"; 
		phys5.style.display="block"; 
		phys6.style.display="none"; 
		phys7.style.display="none"; 
		phys8.style.display="none"; 
		phys9.style.display="none"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "6"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="block"; 
		phys4.style.display="block"; 
		phys5.style.display="block"; 
		phys6.style.display="block"; 
		phys7.style.display="none"; 
		phys8.style.display="none"; 
		phys9.style.display="none"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "7"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="block"; 
		phys4.style.display="block"; 
		phys5.style.display="block"; 
		phys6.style.display="block"; 
		phys7.style.display="block"; 
		phys8.style.display="none"; 
		phys9.style.display="none"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "8"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="block"; 
		phys4.style.display="block"; 
		phys5.style.display="block"; 
		phys6.style.display="block"; 
		phys7.style.display="block"; 
		phys8.style.display="block"; 
		phys9.style.display="none"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "9"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="block"; 
		phys4.style.display="block"; 
		phys5.style.display="block"; 
		phys6.style.display="block"; 
		phys7.style.display="block"; 
		phys8.style.display="block"; 
		phys9.style.display="block"; 
		phys10.style.display="none";
		}
	if(document.forms[1].Physician_Num.value == "10"){
		phys1.style.display="block"; 
		phys2.style.display="block"; 
		phys3.style.display="block"; 
		phys4.style.display="block"; 
		phys5.style.display="block"; 
		phys6.style.display="block"; 
		phys7.style.display="block"; 
		phys8.style.display="block"; 
		phys9.style.display="block"; 
		phys10.style.display="block";
		}
		
	if(document.forms[1].ProvType.value == "Clearinghouse/Vendor/TPA"){
	 
		CVT.style.display="block";
		hc.style.display="none"; 
		HP.style.display="none"; 
		E.style.display="none";
		}
	if(document.forms[1].ProvType.value == "Healthcare Provider"){
		CVT.style.display="none";
		hc.style.display="block"; 
		HP.style.display="block"; 
		E.style.display="none";
		}
	if(document.forms[1].ProvType.value == "Employer"){
		CVT.style.display="none";
		hc.style.display="none"; 
		HP.style.display="none"; 
		E.style.display="block";
		}			
}

function MM_validateForm() { //v4.0

  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
   
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
 
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
  } if (errors) alert('The following error(s) occurred:\n'+errors);
  document.MM_returnValue = (errors == '');
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function test()
{
alert("test");
}
//-->

