<!-- hide from javascript-impaired browsers

// new window functions
var newWin;
function newWindow(winurl,winname,winfeatures) {
	newWin = window.open(winurl,winname,winfeatures);
}

// image rollover functions
var loaded = new Array();
function F_loadRollover(image,imageName) {
   if (image && image.src &&
    (null == image.out || typeof(image.out) == typeof(void(0)))) {
      s = image.src;
      image.out = new Image();
      image.out.src = s;
      image.over = new Image();
      if (imageName.lastIndexOf('/') >= 0 || imageName.lastIndexOf('\\') >=0) {
         s = imageName;
      } else {
         i = s.lastIndexOf('/');
         if (i<0) i = s.lastIndexOf('\\');
         if (i<0) { s = imageName; }
         else     { s = s.substring(0,i+1) + imageName; }
      }
      image.over.src = s;
      loaded[image.name] = image;
   }
}
function F_roll(imageName,over) {
   if (document.images) {
      if (over) { imageObject = "over"; }
      else      { imageObject = "out"; }
   image = loaded[imageName];
   if (image) {
       ref = eval("image."+imageObject);
       if (ref) image.src = eval("image."+imageObject+".src");
   }
   if (window.event)
      window.event.cancelBubble = true;
   }
}


// attempt at a dynamic content area height script, didn't work well
//window.onresize = adjustContentHeight;
function adjustContentHeight() {
var newHeight;
	if (self.innerHeight) {
		areaHeight = self.innerHeight;
		newHeight = (areaHeight - 151);
		document.write("<div style='height: " + newHeight + "px; width: 760px; overflow: auto'>");
	}
	else if (document.body) {
		areaHeight = document.body.clientHeight;
		newHeight = (areaHeight - 151);
		document.write("<div style='height: " + newHeight + "px; width: 760px; overflow: auto'>");
	}
	else {
	document.write("<div style='height: 359px; width: 760px; overflow: auto'>");
	}
window.location.href = window.location.href;
}



// question and answer swap script below
function displayChoice1(){
	var choice1 = document.getElementById('maskchoice1');
	var choice2 = document.getElementById('maskchoice2');
	var choice3 = document.getElementById('maskchoice3');
	var proceedoff = document.getElementById('proceed0');
	var proceedon = document.getElementById('proceed1');
	var choosebtn1off = document.getElementById('choose1off');
	var choosebtn1on = document.getElementById('choose1on');
	var choosebtn2off = document.getElementById('choose2off');
	var choosebtn2on = document.getElementById('choose2on');
	var choosebtn3off = document.getElementById('choose3off');
	var choosebtn3on = document.getElementById('choose3on');
	
	choosebtn1off.style.display = "none";
	choosebtn1off.style.visibility = 'hidden';
	choosebtn1on.style.display = "block";
	choosebtn1on.style.visibility = 'visible';
	choosebtn2off.style.display = "block";
	choosebtn2off.style.visibility = 'visible';
	choosebtn2on.style.display = "none";
	choosebtn2on.style.visibility = 'hidden';
	choosebtn3off.style.display = "block";
	choosebtn3off.style.visibility = 'visible';
	choosebtn3on.style.display = "none";
	choosebtn3on.style.visibility = 'hidden';
	
	choice1.style.display = 'block';
	choice1.style.visibility = 'visible';
	
	choice2.style.display = 'none';
	choice2.style.visibility = 'hidden';
	
	choice3.style.display = 'none';
	choice3.style.visibility = 'hidden';
	
	proceedoff.style.display = 'none';
	proceedoff.style.visibility = 'hidden';
	proceedon.style.display = 'block';
	proceedon.style.visibility = 'visible';
	
}
function displayChoice2(){
	var choice1 = document.getElementById('maskchoice1');
	var choice2 = document.getElementById('maskchoice2');
	var choice3 = document.getElementById('maskchoice3');
	var proceedoff = document.getElementById('proceed0');
	var proceedon = document.getElementById('proceed1');
	var choosebtn1off = document.getElementById('choose1off');
	var choosebtn1on = document.getElementById('choose1on');
	var choosebtn2off = document.getElementById('choose2off');
	var choosebtn2on = document.getElementById('choose2on');
	var choosebtn3off = document.getElementById('choose3off');
	var choosebtn3on = document.getElementById('choose3on');
	
	choosebtn1off.style.display = "block";
	choosebtn1off.style.visibility = 'visible';
	choosebtn1on.style.display = "none";
	choosebtn1on.style.visibility = 'hidden';
	choosebtn2off.style.display = "none";
	choosebtn2off.style.visibility = 'hidden';
	choosebtn2on.style.display = "block";
	choosebtn2on.style.visibility = 'visible';
	choosebtn3off.style.display = "block";
	choosebtn3off.style.visibility = 'visible';
	choosebtn3on.style.display = "none";
	choosebtn3on.style.visibility = 'hidden';
	
	choice1.style.display = 'none';
	choice1.style.visibility = 'hidden';
	
	choice2.style.display = 'block';
	choice2.style.visibility = 'visible';
	
	choice3.style.display = 'none';
	choice3.style.visibility = 'hidden';
	
	proceedoff.style.display = 'block';
	proceedoff.style.visibility = 'visible';
	proceedon.style.display = 'none';
	proceedon.style.visibility = 'hidden';
	
}
function displayChoice3(){
	var choice1 = document.getElementById('maskchoice1');
	var choice2 = document.getElementById('maskchoice2');
	var choice3 = document.getElementById('maskchoice3');
	var proceedoff = document.getElementById('proceed0');
	var proceedon = document.getElementById('proceed1');
	var choosebtn1off = document.getElementById('choose1off');
	var choosebtn1on = document.getElementById('choose1on');
	var choosebtn2off = document.getElementById('choose2off');
	var choosebtn2on = document.getElementById('choose2on');
	var choosebtn3off = document.getElementById('choose3off');
	var choosebtn3on = document.getElementById('choose3on');
	
	choosebtn1off.style.display = "block";
	choosebtn1off.style.visibility = 'visible';
	choosebtn1on.style.display = "none";
	choosebtn1on.style.visibility = 'hidden';
	choosebtn2off.style.display = "block";
	choosebtn2off.style.visibility = 'visible';
	choosebtn2on.style.display = "none";
	choosebtn2on.style.visibility = 'hidden';
	choosebtn3off.style.display = "none";
	choosebtn3off.style.visibility = 'hidden';
	choosebtn3on.style.display = "block";
	choosebtn3on.style.visibility = 'visible';
	
	choice1.style.display = 'none';
	choice1.style.visibility = 'hidden';
	
	choice2.style.display = 'none';
	choice2.style.visibility = 'hidden';
	
	choice3.style.display = 'block';
	choice3.style.visibility = 'visible';
	
	proceedoff.style.display = 'block';
	proceedoff.style.visibility = 'visible';
	proceedon.style.display = 'none';
	proceedon.style.visibility = 'hidden';
	
}

// -->
