/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Jay Rumsey | http://www.nova.edu/~rumsey/ */
function ShowReg(op) {
  document.getElementById('Other').style.display='none';

  if (op ==4) {
    document.getElementById('Other').style.display="block";
  }


}

function ShowReg2(op) {
  document.getElementById('otherfs').style.display='none';

  if (op ==4) {
    document.getElementById('otherfs').style.display="block";
  }


}

function ShowReg3(op) {
  document.getElementById('otheros').style.display='none';

  if (op ==5) {
    document.getElementById('otheros').style.display="block";
  }


}

function ShowReg4(op) {
  document.getElementById('otherps').style.display='none';

  if (op ==4) {
    document.getElementById('otherps').style.display="block";
  }


}

function ShowReg5(op) {
  document.getElementById('otherpays').style.display='none';

  if (op ==3) {
    document.getElementById('otherpays').style.display="block";
  }


}

function ShowReg6(op) {
  document.getElementById('OtherReferral').style.display='none';

  if (op ==6) {
    document.getElementById('OtherReferral').style.display="block";
  }
 
  if (op ==9) {
    document.getElementById('OtherReferral').style.display="block";
  }

}