/* 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 ShowRegs(op) {    document.getElementById('grupp').style.display='none';     if (op == 2) {    document.getElementById('grupp').style.display="block";  } }
