var Zero = new Array(-16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16);
var One = new Array(-16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16);
var Two = new Array(-16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16);
var Three = new Array(-16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16);
var Four = new Array(-16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16, -16);
function CalcValues(lopt)
{
var tmpVal;
  tmpVal = 
Zero[0] + Zero[1] + Zero[2] + Zero[3] + Zero[4] + 
Zero[5] + Zero[6] + Zero[7] + Zero[8] + Zero[9] + 
Zero[10] + Zero[11] + Zero[12] + Zero[13] + Zero[14] + 
Zero[15] +  
One[0] + One[1] + One[2] + One[3] + One[4] + 
One[5] + One[6] + One[7] + One[8] + One[9] + 
One[10] + One[11] + One[12] + One[13] + One[14] + 
One[15] + 
Two[0] + Two[1] + Two[2] + Two[3] + Two[4] + 
Two[5] + Two[6] + Two[7] + Two[8] + Two[9] + 
Two[10] + Two[11] + Two[12] + Two[13] + Two[14] + 
Two[15] + 
Three[0] + Three[1] + Three[2] + Three[3] + Three[4] + 
Three[5] + Three[6] + Three[7] + Three[8] + Three[9] + 
Three[10] + Three[11] + Three[12] + Three[13] + Three[14] + 
Three[15] + 
Four[0] + Four[1] + Four[2] + Four[3] + Four[4] + 
Four[5] + Four[6] + Four[7] + Four[8] + Four[9] + 
Four[10] + Four[11] + Four[12] + Four[13] + Four[14] + 
Four[15] ;
lopt.Anss.value = tmpVal;
   if (tmpVal < 0)
      lopt.Anst.value = "MISSING ANSWERS";
   else if (tmpVal < 40)
      lopt.Anst.value = "At this time, you are not ready to take charge and make significant life changes. Please come back when you are ready to make a commitment.";
   else if (tmpVal < 47)
      lopt.Anst.value = "You are on the fence. Before I would work with you we would need to examine why you are thinking about coaching.";
   else if (tmpVal < 53)
      lopt.Anst.value = "You are ready. Your slight resistance is what is holding you back. This could be a good place to start the coaching.";
   else 
      lopt.Anst.value = "You are a great candidate for coaching.";
}