Home  >  Plugins  >  OldFirstMagic
Obsolete
Wednesday, September 27, 2017 By: Superadmin
<X-FC-WHITESPACE [STRIP]><!--#rem startconfig --><!--#set var="FCDOC" value="false"--><!--#if expr="`<X-FC-ITEM DATA[SUBJECT]>`"--><!--#set var="PAGETITLE" value="<X-FC-ITEM DATA[SUBJECT]>"--><!--#else--><!--#set var="PAGETITLE" value="<X-FC-ITEM DATA[NAME]>"--><!--#endif--><!--#set var="FCURL" value="<X-FC-OBJURL>"--><!--#set var="SEMANTICURL" value="<X-FC-OBJURL-UP SLASH><X-FC-ITEM DATA[NAME]>"--><!--#if expr="<X-FC-URL-PARAMETER semantic exists>=1"--><!--#set var="URLTYPE" expr="semantic" --><!--#endif--><!--#if expr="$URLTYPE=semantic"--><!--#set var="MAGICURL2647" value="<!--#echo expr=`$SEMANTICURL`-->"--><!--#else--><!--#set var="MAGICURL2647" value="<!--#echo expr=`$FCURL`-->"--><!--#endif--><!--#set var="UNIQUEITEM" expr="@rand()"--><X-FC-WHITESPACE [RETAIN]><!--#rem endconfig --><!--#if expr="<X-FC-URL-PARAMETER containerpreview exists>=1"--><h2><a href="<!--#echo expr=`$MAGICURL2647`--><!--#if expr="<X-FC-URL-PARAMETER fmlight exists>=1"-->?fmlight<!--#endif-->"><!--#echo expr=`$PAGETITLE`--></a></h2>
<!--#if expr="$SHOWDATES=true || $BYLINE=true"--><div class="fctext"><div class="smallfctext timestamp"><!--#if expr="$BYLINE=true"--><!--#if expr="<X-FC-RECIPIENT FWD.0 DATA[Name]>"--><X-FC-RECIPIENT FWD.0 DATA[Name]><!--#else--><!--#echo expr=`$WTAUTHOR`--><!--#endif--><!--#if expr="$SHOWDATES=true"--> - <!--#endif--><!--#endif--><!--#if expr="$SHOWDATES=true"--><!--#if expr="$USFORMAT=true"--><X-FC-ITEM DATA[Date] %a&nbsp;%b&nbsp;%#d.&nbsp;%Y,&nbsp;%#I:%M&nbsp;%p><!--#else--><X-FC-ITEM DATA[Date] %a&nbsp;%#d.&nbsp;%b&nbsp;%Y,&nbsp;%H:%M><!--#endif--><!--#endif--></div></div><!--#endif-->
<div class="fctext"><!--#echo expr="@substr('<X-FC-FIELD 1001 STRING>',0,200)"--><a class="more" href="<!--#echo expr=`$MAGICURL2647`--><!--#if expr="<X-FC-URL-PARAMETER fmlight exists>=1"-->?fmlight<!--#endif-->"><!--#echo expr=`$FMMORE`--></a><div class="clear"></div></div><!--#elif expr="<X-FC-URL-PARAMETER sidebardocument exists>=1"--><div class="sidebaritem">
<h2><!--#echo expr=`$PAGETITLE`--></h2>
<table style="border-width:0px;padding:0px;margin:0px;" class="fctable">
<tr>
<td class="paragraph">
<div class="fctext"><X-FC-FIELD 1001 STRING><a class="more" href="<!--#echo expr=`$MAGICURL2647`--><!--#if expr="<X-FC-URL-PARAMETER fmlight exists>=1"-->?fmlight<!--#endif-->">&nbsp;&#10513;</a></div>
</td>
</tr>
</table>
</div><!--#elif expr="<X-FC-URL-PARAMETER message exists>=1 || <X-FC-URL-PARAMETER delivered exists>=1"--><!--#include virtual="//Setup?formid=2659&CONFIG" --><!--#include virtual="/.templates/$FMGSYSTEM/FMServerSettings?formid=2655" --><!--#include virtual="/.templates/plainheader.inc"-->
<!--#if expr="<X-FC-URL-PARAMETER delivered exists>=0"--><!--#set var="SHOWSCORE" value="true"-->
<script type="text/javascript"><!--
function CheckForm(Form){
<!--#if expr="<X-FC-FIELD 1041 NUMBER>=1"-->if (document.getElementById('thename<!--#echo expr=`$UNIQUEITEM`-->').value == ''){document.getElementById('themailnote<!--#echo expr=`$UNIQUEITEM`-->').style.visibility = 'visible'; document.getElementById('thename<!--#echo expr=`$UNIQUEITEM`-->').style.borderColor = '#d0010b'; document.getElementById('thename<!--#echo expr=`$UNIQUEITEM`-->').focus();return (false);}
if (document.getElementById('themail<!--#echo expr=`$UNIQUEITEM`-->').value == '' || document.getElementById('themail<!--#echo expr=`$UNIQUEITEM`-->').value == '<!--#echo expr=`$FMMAIL`-->:'){document.getElementById('themailnote<!--#echo expr=`$UNIQUEITEM`-->').style.visibility = 'visible'; document.getElementById('themail<!--#echo expr=`$UNIQUEITEM`-->').style.borderColor = '#d0010b'; document.getElementById('themail<!--#echo expr=`$UNIQUEITEM`-->').focus();return (false);}
<!--#if expr="`<X-FC-FIELD 1666 STRING>`"-->if (document.getElementById('checkaccept<!--#echo expr=`$UNIQUEITEM`-->').value == ''){document.getElementById('themailnote<!--#echo expr=`$UNIQUEITEM`-->').style.visibility = 'visible'; document.getElementById('theacceptednote<!--#echo expr=`$UNIQUEITEM`-->').style.color = '#d0010b'; document.getElementById('checkaccept<!--#echo expr=`$UNIQUEITEM`-->').focus();return (false);} <!--#endif-->
return (true);<!--#endif-->}
function delivermsg() {<!--#if expr="<X-FC-FIELD 1041 NUMBER>=1"-->
msgname = ('<!--#echo expr=`$FMNAME`-->: '.toUpperCase()+document.getElementById('thename<!--#echo expr=`$UNIQUEITEM`-->').value+'\n');
msgacceptterms = ('[X] '.toUpperCase()+document.getElementById('theaccept<!--#echo expr=`$UNIQUEITEM`-->').value+'\n');
msgmail = ('<!--#echo expr=`$FMMAIL`-->: '.toUpperCase()+document.getElementById('themail<!--#echo expr=`$UNIQUEITEM`-->').value+'\n\n');<!--#endif-->
msgsubject = ('<!--#echo expr=`$FMSUBJECT`-->: '.toUpperCase()+document.getElementById('thesubject').value+'\n');
msgautoresponse = '<!--#echo expr=`$REMOTE_ADDR`--> | <!--#echo expr=`$REMOTE_HOST`-->\n-------------------------------------------------------------------------------\n'+new Date()+'\n\n';
msgfields=('\n-------------------------------------------------------------------------------\n<!--#echo expr=`$FMSUMMARY`-->: '.toUpperCase()+<!--#if expr="$SHOWSCORE=true"-->document.getElementById('score').innerHTML+<!--#endif-->'\n-------------------------------------------------------------------------------\n\n'+document.getElementById('msgresponses').value);
document.getElementById('msgbody<!--#echo expr=`$UNIQUEITEM`-->').value =(msgautoresponse+msgsubject<!--#if expr="<X-FC-FIELD 1041 NUMBER>=1"-->+msgname+msgmail<!--#if expr="`<X-FC-FIELD 1666 STRING>`"-->+msgacceptterms<!--#endif--><!--#endif-->+msgfields);
<!--#if expr="$SHOWSCORE=true"-->document.getElementById('fnavfwd').click();<!--#else-->window.parent.postStart();<!--#endif-->}
//--></script>
<!--#endif--></head>
<body class="messagebody <!--#if expr="$DEVICE=MOBILE"-->mobilesite<!--#else-->printablesite<!--#endif--><!--#if expr="<X-FC-URL-PARAMETER deskprintview exists>=1 && $DEVICE=DESKTOP"--> deskprintview<!--#endif-->" style="background:transparent;">
<!--#if expr="<X-FC-FIELD 1015 STRING>"--><!--#set var="TESTIMEALLOWED" expr="<X-FC-FIELD 1015 STRING>"--><h1 id="TheClock"></h1><!--#endif-->
<input type="image" class="fnavbtn" id="fnavfwd" alt="next" src="/.templates/fmlibrary/blank.gif" width="48" height="48"/>
<!--#set var="NAVEND" expr="0"--><!--#set var="NAVTHIS" expr="0"--><!--#set var="NAVDIVIDE" expr="`|`"--><!--#if expr="<X-FC-FIELD 1574 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="20"--><!--#elif expr="<X-FC-FIELD 1554 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="19"--><!--#elif expr="<X-FC-FIELD 1534 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="18"--><!--#elif expr="<X-FC-FIELD 1514 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="17"--><!--#elif expr="<X-FC-FIELD 1494 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="16"--><!--#elif expr="<X-FC-FIELD 1474 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="15"--><!--#elif expr="<X-FC-FIELD 1454 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="14"--><!--#elif expr="<X-FC-FIELD 1434 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="13"--><!--#elif expr="<X-FC-FIELD 1414 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="12"--><!--#elif expr="<X-FC-FIELD 1394 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="11"--><!--#elif expr="<X-FC-FIELD 1374 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="10"--><!--#elif expr="<X-FC-FIELD 1354 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="9"--><!--#elif expr="<X-FC-FIELD 1334 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="8"--><!--#elif expr="<X-FC-FIELD 1314 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="7"--><!--#elif expr="<X-FC-FIELD 1294 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="6"--><!--#elif expr="<X-FC-FIELD 1274 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="5"--><!--#elif expr="<X-FC-FIELD 1254 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="4"--><!--#elif expr="<X-FC-FIELD 1234 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="3"--><!--#elif expr="<X-FC-FIELD 1214 NUMBER>=1"--><!--#set var="NAVTOTAL" expr="2"--><!--#else--><!--#set var="NAVTOTAL" expr="1"--><!--#endif-->
<script type="text/javascript"><!--
countsum=0;StopTime=(<!--#echo expr="$NAVTOTAL"-->+1);

<!--#if expr="<X-FC-FIELD 1015 STRING>"-->function TestClock(){StopTime=(StopTime-1); Double0=function (number){return((number<10)?'0':'')+number;}; TestSession=new Date(<!--#echo expr=`$TESTIMEALLOWED`-->*1000); DoSecs = setInterval(function(){document.getElementById('TheClock').innerHTML=Double0(TestSession.getMinutes())+':'+Double0(TestSession.getSeconds()); TestSession.setSeconds(TestSession.getSeconds()-1); if(TestSession<0) {window.clearInterval(DoSecs); if(StopTime>0) document.getElementById('fnavfwd').click(); if(StopTime<1) document.getElementById('TheClock').style.visibility='hidden';}},1000);}<!--#endif-->

function TestNAV() {document.getElementById('fnavfwd').style.visibility='<!--#if expr="<X-FC-FIELD 1015 STRING>"-->hidden<!--#else-->visible<!--#endif-->';}
function HideNAV() {document.getElementById('fnavfwd').style.visibility='hidden';<!--#if expr="<X-FC-FIELD 1015 STRING>"-->TestClock();<!--#endif-->}
var noobSlide=new Class({initialize:function(a){this.items=a.items;this.mode=a.mode||'horizontal';this.modes={horizontal:['left','width'],vertical:['top','height']};this.size=a.size||240;
this.box=a.box.setStyle(this.modes[this.mode][1],(this.size*this.items.length)+'px'); this.button_event=a.button_event||'click';this.handle_event=a.handle_event||'click';this.buttons={fnavfwd:[]};if(a.addButtons){for(var b in a.addButtons){this.addActionButtons(b,$type(a.addButtons[b])=='array'?a.addButtons[b]:[a.addButtons[b]])}} this.fx=new Fx.Tween(this.box,$extend((a.fxOptions||{duration:400,wait:false}), {property:this.modes[this.mode][0]}));this.walk((a.startItem||0),true,true)},  addHandleButtons:function(a){for(var i=0;i<a.length;i++){a[i].addEvent(this.handle_event,this.walk.pass([i,true],this))}}, addActionButtons:function(a,b){for(var i=0;i<b.length;i++){switch(a) {case'fnavfwd':b[i].addEvent(this.button_event,this.fnavfwd.pass([true],this));break} this.buttons[a].push(b[i])}},
fnavfwd:function(a){<!--#if expr="<X-FC-FIELD 1041 NUMBER>=1"-->chtocheck1=document.getElementById('thename<!--#echo expr=`$UNIQUEITEM`-->').value;chtocheck2=document.getElementById('themail<!--#echo expr=`$UNIQUEITEM`-->').value;<!--#if expr="`<X-FC-FIELD 1666 STRING>`"-->chtocheck3=document.getElementById('checkaccept<!--#echo expr=`$UNIQUEITEM`-->').value;<!--#endif-->
if(chtocheck1=='' || chtocheck2==''<!--#if expr="`<X-FC-FIELD 1666 STRING>`"--> || chtocheck3==''<!--#endif-->) CheckForm(this);else<!--#endif-->
HideNAV(), this.walk((this.currentIndex<this.items.length-1?this.currentIndex+1:0),a)}, walk:function(a,b,c){if(a!=this.currentIndex){this.currentIndex=a; {this.fx.start(this.size*-this.currentIndex)}}}});

<!--#if expr="$SHOWSCORE=true"-->window.addEvent('domready',function(){$('form<!--#echo expr=`$UNIQUEITEM`-->').addEvent('submit', function(e) {e.stop();delivermsg();this.set('send');this.send();});});<!--#endif-->
window.addEvent('domready',function(){
document.getElementById('fnavfwd').style.visibility='visible';
var quizwidth = document.getElementById('form<!--#echo expr=`$UNIQUEITEM`-->').offsetWidth;document.getElementById('quizmaskid<!--#echo expr=`$UNIQUEITEM`-->').style.width=quizwidth+'px';
quizpanelwidth = $('form<!--#echo expr=`$UNIQUEITEM`-->').getElements('.panel');for(i=0; i<quizpanelwidth.length; i++){quizpanelwidth[i].style.width = quizwidth+'px';}
var nS1 = new noobSlide({box: $('quizcontent<!--#echo expr=`$UNIQUEITEM`-->'),size:quizwidth,items: [0,1<!--#if expr="<X-FC-FIELD 1214 NUMBER>=1"-->,2<!--#endif--><!--#if expr="<X-FC-FIELD 1234 NUMBER>=1"-->,3<!--#endif--><!--#if expr="<X-FC-FIELD 1254 NUMBER>=1"-->,4<!--#endif--><!--#if expr="<X-FC-FIELD 1274 NUMBER>=1"-->,5<!--#endif--><!--#if expr="<X-FC-FIELD 1294 NUMBER>=1"-->,6<!--#endif--><!--#if expr="<X-FC-FIELD 1314 NUMBER>=1"-->,7<!--#endif--><!--#if expr="<X-FC-FIELD 1334 NUMBER>=1"-->,8<!--#endif--><!--#if expr="<X-FC-FIELD 1354 NUMBER>=1"-->,9<!--#endif--><!--#if expr="<X-FC-FIELD 1374 NUMBER>=1"-->,10<!--#endif--><!--#if expr="<X-FC-FIELD 1394 NUMBER>=1"-->,11<!--#endif--><!--#if expr="<X-FC-FIELD 1414 NUMBER>=1"-->,12<!--#endif--><!--#if expr="<X-FC-FIELD 1434 NUMBER>=1"-->,13<!--#endif--><!--#if expr="<X-FC-FIELD 1454 NUMBER>=1"-->,14<!--#endif--><!--#if expr="<X-FC-FIELD 1474 NUMBER>=1"-->,15<!--#endif--><!--#if expr="<X-FC-FIELD 1494 NUMBER>=1"-->,16<!--#endif--><!--#if expr="<X-FC-FIELD 1514 NUMBER>=1"-->,17<!--#endif--><!--#if expr="<X-FC-FIELD 1534 NUMBER>=1"-->,18<!--#endif--><!--#if expr="<X-FC-FIELD 1554 NUMBER>=1"-->,19<!--#endif--><!--#if expr="<X-FC-FIELD 1574 NUMBER>=1"-->,20<!--#endif-->,21<!--#if expr="$SHOWSCORE=true"-->,22<!--#endif-->], fxOptions: {duration:400,transition: Fx.Transitions.Sine.easeOut,wait: false},addButtons:{fnavfwd:$('fnavfwd')}});
sbinfoheight<!--#echo expr=`$UNIQUEITEM`-->='360px';  
<!--#if expr="$SHOWSCORE=true"-->document.getElementById('sbscrollp<!--#echo expr=`$UNIQUEITEM`-->2').style.height = (sbinfoheight<!--#echo expr=`$UNIQUEITEM`-->);
document.getElementById('msgscroller<!--#echo expr=`$UNIQUEITEM`-->2').style.height = (sbinfoheight<!--#echo expr=`$UNIQUEITEM`-->);
function sbinfoscroller<!--#echo expr=`$UNIQUEITEM`-->2 (infocont,scrollbar,grip,hor,ignoreMouse) {if ( infocont.getScrollSize().y-infocont.getSize().y > 0){var slider = new Slider(scrollbar, grip, {steps: 100,mode: 'vertical',onChange: function(step){var x = (hor?(((infocont.getScrollSize().x-infocont.getSize().x)/100)*step):0);var y = (hor?0:(((infocont.getScrollSize().y-infocont.getSize().y)/100)*step));infocont.scrollTo(x,y);}}).set(0);if( !(ignoreMouse) ){$$(infocont, scrollbar).addEvent('mousewheel', function(e){e = new Event(e).stop();var step = slider.step - e.wheel * 2;slider.set(step);});} $(document.body).addEvent('mouseleave',function(){slider.drag.stop()});}  else scrollbar.fade(0);} sbinfoscroller<!--#echo expr=`$UNIQUEITEM`-->2($('sbscrollp<!--#echo expr=`$UNIQUEITEM`-->2'), $('msgscroller<!--#echo expr=`$UNIQUEITEM`-->2'), $('msgscrollgrip<!--#echo expr=`$UNIQUEITEM`-->2'));<!--#endif-->
});
//--></script>

<form id="form<!--#echo expr=`$UNIQUEITEM`-->" class="guestform<!--#if expr="$MOBILEUI=true && $GETDEVICE >1"--> mobileview<!--#endif-->" style="width:100%;overflow:hidden;" action="/Login/__WWW/<!--#echo expr=`$FMINBOX`-->/<!--#if expr="$SV!=9"-->__<!--#endif-->FormNew?formid=2651&amp;iconid=25518&amp;VKey=<X-FC-SESSION VKEY><!--#if expr="$SHOWSCORE=false"-->&amp;delivered&amp;JumpAction=2<!--#endif-->" enctype="multipart/form-data" method="post" name="Save"<!--#if expr="$SHOWSCORE=false"--> onsubmit="delivermsg();"<!--#endif-->>
<input type="hidden" size="40" name="msgresponses" id="msgresponses" value=""/>
<input type="hidden" size="40" name="To" value="<X-FC-OBJURL-UP SLASH>"/><input type="hidden" name="charset" value="<X-FC-CHARSET>"/><input id="thesubject" type="hidden" size="40" name="Subject" value="Re: <X-FC-OBJNAME>, <x-fc-subject>"/>
<input id="msgbody<!--#echo expr=`$UNIQUEITEM`-->" type="hidden" size="40" name="Body" value="<!--#echo expr=`$FMMESSAGEDELIVERED`-->"/>
<div class="quizmask" id="quizmaskid<!--#echo expr=`$UNIQUEITEM`-->"><div id="quizcontent<!--#echo expr=`$UNIQUEITEM`-->" style="position:absolute;"><div  class="panel">

<table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform" id="paneQ0"><tr><td colspan="3"><div class="fctext formintrotxt"><X-FC-FIELD 1001 STRING><div class="clear"></div><br/></div></td></tr><!--#if expr="<X-FC-FIELD 1041 NUMBER>=1"--><tr><td width="20%" style="text-align:right;" class="fctext label"><!--#echo expr=`$FMNAME`-->:</td><td width="60%" class="field"><input id="thename<!--#echo expr=`$UNIQUEITEM`-->" type="text" size="40" name="FieldID:1000=STRING" value="<!--#if expr="<x-fc-user auth> && <X-FC-USER UID>=$GUESTID"--><!--#else--><x-fc-user-name><!--#endif-->" tabindex="1" class="txtfield long" onchange="document.getElementById('themailnote<!--#echo expr=`$UNIQUEITEM`-->').style.visibility = 'hidden';"/></td><td width="20%" class="fctext label" rowspan="2"><img src="/.templates/fmlibrary/blank.gif" width="32" height="32"  alt="error" class="erroricon" style="margin:-12px 0px 0px 6px;float:left;" id="themailnote<!--#echo expr=`$UNIQUEITEM`-->"/></td></tr><tr><td style="text-align:right;" class="fctext label"><!--#echo expr=`$FMMAIL`-->:</td><td class="field"><input id="themail<!--#echo expr=`$UNIQUEITEM`-->" type="text" size="40" name="FieldID:8010=STRING" value="" tabindex="2" class="txtfield long" onchange="document.getElementById('themailnote<!--#echo expr=`$UNIQUEITEM`-->').style.visibility = 'hidden';"/></td></tr><!--#if expr="`<X-FC-FIELD 1666 STRING>`"--><tr><td style="text-align:right;" class="fctext label"><input tabindex="3" id="checkaccept<!--#echo expr=`$UNIQUEITEM`-->"  type="checkbox" name="FieldID:1674=CHECKBOX" onchange="document.getElementById('themailnote<!--#echo expr=`$UNIQUEITEM`-->').style.visibility = 'hidden';"/></td><td class="field" colspan="2"><span id="theacceptednote<!--#echo expr=`$UNIQUEITEM`-->"><x-fc-field 1666 string></span><input id="theaccept<!--#echo expr=`$UNIQUEITEM`-->" type="hidden" size="600" name="FieldID:1666=STRING" value="<X-FC-FIELD 1666 STRING>" /></td></tr><!--#endif--><!--#else--><input type="hidden" size="40" name="FieldID:8010=STRING" value="<!--#echo expr=`$REMOTE_HOST`-->"/><!--#endif--></table></div>

<div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ1"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1201 string><input type="hidden" size="600" name="FieldID:1201=STRING" value="<X-FC-FIELD 1201 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1219 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1219 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1219 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1205 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1203=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1205 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1205 string><input type="hidden" size="600" name="FieldID:1205=STRING" value="<X-FC-FIELD 1205 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1207 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1203=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1207 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1207 string><input type="hidden" size="600" name="FieldID:1207=STRING" value="<X-FC-FIELD 1207 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1209 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1203=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1209 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1209 string><input type="hidden" size="600" name="FieldID:1209=STRING" value="<X-FC-FIELD 1209 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1211 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1203=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1211 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1211 string><input type="hidden" size="600" name="FieldID:1211=STRING" value="<X-FC-FIELD 1211 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1213 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1203=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1213 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1213 string><input type="hidden" size="600" name="FieldID:1213=STRING" value="<X-FC-FIELD 1213 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1214 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ2"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1221 string><input type="hidden" size="600" name="FieldID:1221=STRING" value="<X-FC-FIELD 1221 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1239 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1239 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1239 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1224 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1223=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1224 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1224 string><input type="hidden" size="600" name="FieldID:1224=STRING" value="<X-FC-FIELD 1224 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1225 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1223=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1225 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1225 string><input type="hidden" size="600" name="FieldID:1225=STRING" value="<X-FC-FIELD 1225 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1226 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1223=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1226 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1226 string><input type="hidden" size="600" name="FieldID:1226=STRING" value="<X-FC-FIELD 1226 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1227 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1223=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1227 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1227 string><input type="hidden" size="600" name="FieldID:1227=STRING" value="<X-FC-FIELD 1227 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1228 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1223=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1228 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1228 string><input type="hidden" size="600" name="FieldID:1228=STRING" value="<X-FC-FIELD 1228 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1234 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ3"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1241 string><input type="hidden" size="600" name="FieldID:1241=STRING" value="<X-FC-FIELD 1241 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1259 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1259 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1259 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1244 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1243=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1244 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1244 string><input type="hidden" size="600" name="FieldID:1244=STRING" value="<X-FC-FIELD 1244 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1245 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1243=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1245 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1245 string><input type="hidden" size="600" name="FieldID:1245=STRING" value="<X-FC-FIELD 1245 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1246 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1243=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1246 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1246 string><input type="hidden" size="600" name="FieldID:1246=STRING" value="<X-FC-FIELD 1246 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1247 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1243=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1247 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1247 string><input type="hidden" size="600" name="FieldID:1247=STRING" value="<X-FC-FIELD 1247 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1248 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1243=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1248 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1248 string><input type="hidden" size="600" name="FieldID:1248=STRING" value="<X-FC-FIELD 1248 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1254 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ4"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1261 string><input type="hidden" size="600" name="FieldID:1261=STRING" value="<X-FC-FIELD 1261 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1279 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1279 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1279 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1264 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1263=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1264 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1264 string><input type="hidden" size="600" name="FieldID:1264=STRING" value="<X-FC-FIELD 1264 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1265 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1263=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1265 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1265 string><input type="hidden" size="600" name="FieldID:1265=STRING" value="<X-FC-FIELD 1265 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1266 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1263=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1266 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1266 string><input type="hidden" size="600" name="FieldID:1266=STRING" value="<X-FC-FIELD 1266 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1267 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1263=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1267 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1267 string><input type="hidden" size="600" name="FieldID:1267=STRING" value="<X-FC-FIELD 1267 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1268 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1263=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1268 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1268 string><input type="hidden" size="600" name="FieldID:1268=STRING" value="<X-FC-FIELD 1268 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1274 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ5"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1281 string><input type="hidden" size="600" name="FieldID:1281=STRING" value="<X-FC-FIELD 1281 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1299 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1299 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1299 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1284 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1283=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1284 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1284 string><input type="hidden" size="600" name="FieldID:1284=STRING" value="<X-FC-FIELD 1284 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1285 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1283=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1285 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1285 string><input type="hidden" size="600" name="FieldID:1285=STRING" value="<X-FC-FIELD 1285 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1286 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1283=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1286 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1286 string><input type="hidden" size="600" name="FieldID:1286=STRING" value="<X-FC-FIELD 1286 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1287 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1283=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1287 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1287 string><input type="hidden" size="600" name="FieldID:1287=STRING" value="<X-FC-FIELD 1287 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1288 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1283=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1288 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1288 string><input type="hidden" size="600" name="FieldID:1288=STRING" value="<X-FC-FIELD 1288 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1294 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ6"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1301 string><input type="hidden" size="600" name="FieldID:1301=STRING" value="<X-FC-FIELD 1301 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1319 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1319 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1319 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1304 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1303=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1304 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1304 string><input type="hidden" size="600" name="FieldID:1304=STRING" value="<X-FC-FIELD 1304 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1305 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1303=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1305 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1305 string><input type="hidden" size="600" name="FieldID:1305=STRING" value="<X-FC-FIELD 1305 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1306 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1303=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1306 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1306 string><input type="hidden" size="600" name="FieldID:1306=STRING" value="<X-FC-FIELD 1306 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1307 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1303=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1307 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1307 string><input type="hidden" size="600" name="FieldID:1307=STRING" value="<X-FC-FIELD 1307 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1308 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1303=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1308 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1308 string><input type="hidden" size="600" name="FieldID:1308=STRING" value="<X-FC-FIELD 1308 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1314 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ7"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1321 string><input type="hidden" size="600" name="FieldID:1321=STRING" value="<X-FC-FIELD 1321 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1339 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1339 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1339 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1324 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1323=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1324 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1324 string><input type="hidden" size="600" name="FieldID:1324=STRING" value="<X-FC-FIELD 1324 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1325 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1323=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1325 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1325 string><input type="hidden" size="600" name="FieldID:1325=STRING" value="<X-FC-FIELD 1325 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1326 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1323=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1326 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1326 string><input type="hidden" size="600" name="FieldID:1326=STRING" value="<X-FC-FIELD 1326 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1327 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1323=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1327 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1327 string><input type="hidden" size="600" name="FieldID:1327=STRING" value="<X-FC-FIELD 1327 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1328 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1323=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1328 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1328 string><input type="hidden" size="600" name="FieldID:1328=STRING" value="<X-FC-FIELD 1328 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1334 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ8"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1341 string><input type="hidden" size="600" name="FieldID:1341=STRING" value="<X-FC-FIELD 1341 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1359 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1359 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1359 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1344 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1343=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1344 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1344 string><input type="hidden" size="600" name="FieldID:1344=STRING" value="<X-FC-FIELD 1344 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1345 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1343=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1345 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1345 string><input type="hidden" size="600" name="FieldID:1345=STRING" value="<X-FC-FIELD 1345 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1346 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1343=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1346 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1346 string><input type="hidden" size="600" name="FieldID:1346=STRING" value="<X-FC-FIELD 1346 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1347 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1343=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1347 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1347 string><input type="hidden" size="600" name="FieldID:1347=STRING" value="<X-FC-FIELD 1347 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1348 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1343=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1348 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1348 string><input type="hidden" size="600" name="FieldID:1348=STRING" value="<X-FC-FIELD 1348 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1354 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ9"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1361 string><input type="hidden" size="600" name="FieldID:1361=STRING" value="<X-FC-FIELD 1361 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1379 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1379 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1379 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1364 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1363=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1364 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1364 string><input type="hidden" size="600" name="FieldID:1364=STRING" value="<X-FC-FIELD 1364 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1365 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1363=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1365 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1365 string><input type="hidden" size="600" name="FieldID:1365=STRING" value="<X-FC-FIELD 1365 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1366 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1363=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1366 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1366 string><input type="hidden" size="600" name="FieldID:1366=STRING" value="<X-FC-FIELD 1366 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1367 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1363=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1367 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1367 string><input type="hidden" size="600" name="FieldID:1367=STRING" value="<X-FC-FIELD 1367 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1368 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1363=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1368 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1368 string><input type="hidden" size="600" name="FieldID:1368=STRING" value="<X-FC-FIELD 1368 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1374 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ10"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1381 string><input type="hidden" size="600" name="FieldID:1381=STRING" value="<X-FC-FIELD 1381 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1399 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1399 literalstring><input type="hidden" size="5000" name="FieldID:1219=LITERALSTRING" value="<X-FC-FIELD 1399 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1384 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1383=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1384 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1384 string><input type="hidden" size="600" name="FieldID:1384=STRING" value="<X-FC-FIELD 1384 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1385 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1383=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1385 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1385 string><input type="hidden" size="600" name="FieldID:1385=STRING" value="<X-FC-FIELD 1385 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1386 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1383=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1386 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1386 string><input type="hidden" size="600" name="FieldID:1386=STRING" value="<X-FC-FIELD 1386 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1387 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1383=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1387 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1387 string><input type="hidden" size="600" name="FieldID:1387=STRING" value="<X-FC-FIELD 1387 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1388 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1383=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1388 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1388 string><input type="hidden" size="600" name="FieldID:1388=STRING" value="<X-FC-FIELD 1388 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1394 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ11"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1401 string><input type="hidden" size="600" name="FieldID:1401=STRING" value="<X-FC-FIELD 1401 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1419 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1419 literalstring><input type="hidden" size="5000" name="FieldID:1419=LITERALSTRING" value="<X-FC-FIELD 1419 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1404 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1403=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1404 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1404 string><input type="hidden" size="600" name="FieldID:1404=STRING" value="<X-FC-FIELD 1404 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1405 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1403=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1405 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1405 string><input type="hidden" size="600" name="FieldID:1405=STRING" value="<X-FC-FIELD 1405 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1406 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1403=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1406 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1406 string><input type="hidden" size="600" name="FieldID:1406=STRING" value="<X-FC-FIELD 1406 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1407 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1403=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1407 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1407 string><input type="hidden" size="600" name="FieldID:1407=STRING" value="<X-FC-FIELD 1407 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1408 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1403=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1408 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1408 string><input type="hidden" size="600" name="FieldID:1408=STRING" value="<X-FC-FIELD 1408 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1414 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ12"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1421 string><input type="hidden" size="142" name="FieldID:1421=STRING" value="<X-FC-FIELD 1421 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1439 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1439 literalstring><input type="hidden" size="5000" name="FieldID:1439=LITERALSTRING" value="<X-FC-FIELD 1439 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1424 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1423=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1424 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1424 string><input type="hidden" size="142" name="FieldID:1424=STRING" value="<X-FC-FIELD 1424 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1425 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1423=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1425 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1425 string><input type="hidden" size="142" name="FieldID:1425=STRING" value="<X-FC-FIELD 1425 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1426 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1423=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1426 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1426 string><input type="hidden" size="142" name="FieldID:1426=STRING" value="<X-FC-FIELD 1426 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1427 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1423=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1427 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1427 string><input type="hidden" size="142" name="FieldID:1427=STRING" value="<X-FC-FIELD 1427 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1428 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1423=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1428 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1428 string><input type="hidden" size="142" name="FieldID:1428=STRING" value="<X-FC-FIELD 1428 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1434 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ13"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1441 string><input type="hidden" size="144" name="FieldID:1441=STRING" value="<X-FC-FIELD 1441 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1459 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1459 literalstring><input type="hidden" size="5000" name="FieldID:1459=LITERALSTRING" value="<X-FC-FIELD 1459 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1444 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1443=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1444 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1444 string><input type="hidden" size="144" name="FieldID:1444=STRING" value="<X-FC-FIELD 1444 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1445 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1443=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1445 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1445 string><input type="hidden" size="144" name="FieldID:1445=STRING" value="<X-FC-FIELD 1445 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1446 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1443=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1446 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1446 string><input type="hidden" size="144" name="FieldID:1446=STRING" value="<X-FC-FIELD 1446 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1447 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1443=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1447 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1447 string><input type="hidden" size="144" name="FieldID:1447=STRING" value="<X-FC-FIELD 1447 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1448 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1443=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1448 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1448 string><input type="hidden" size="144" name="FieldID:1448=STRING" value="<X-FC-FIELD 1448 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1454 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ14"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1461 string><input type="hidden" size="146" name="FieldID:1461=STRING" value="<X-FC-FIELD 1461 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1479 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1479 literalstring><input type="hidden" size="5000" name="FieldID:1479=LITERALSTRING" value="<X-FC-FIELD 1479 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1464 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1463=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1464 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1464 string><input type="hidden" size="146" name="FieldID:1464=STRING" value="<X-FC-FIELD 1464 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1465 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1463=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1465 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1465 string><input type="hidden" size="146" name="FieldID:1465=STRING" value="<X-FC-FIELD 1465 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1466 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1463=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1466 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1466 string><input type="hidden" size="146" name="FieldID:1466=STRING" value="<X-FC-FIELD 1466 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1467 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1463=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1467 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1467 string><input type="hidden" size="146" name="FieldID:1467=STRING" value="<X-FC-FIELD 1467 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1468 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1463=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1468 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1468 string><input type="hidden" size="146" name="FieldID:1468=STRING" value="<X-FC-FIELD 1468 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1474 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ15"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1481 string><input type="hidden" size="148" name="FieldID:1481=STRING" value="<X-FC-FIELD 1481 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1499 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1499 literalstring><input type="hidden" size="5000" name="FieldID:1499=LITERALSTRING" value="<X-FC-FIELD 1499 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1484 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1483=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1484 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1484 string><input type="hidden" size="148" name="FieldID:1484=STRING" value="<X-FC-FIELD 1484 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1485 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1483=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1485 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1485 string><input type="hidden" size="148" name="FieldID:1485=STRING" value="<X-FC-FIELD 1485 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1486 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1483=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1486 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1486 string><input type="hidden" size="148" name="FieldID:1486=STRING" value="<X-FC-FIELD 1486 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1487 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1483=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1487 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1487 string><input type="hidden" size="148" name="FieldID:1487=STRING" value="<X-FC-FIELD 1487 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1488 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1483=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1488 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1488 string><input type="hidden" size="148" name="FieldID:1488=STRING" value="<X-FC-FIELD 1488 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1494 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ16"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1501 string><input type="hidden" size="150" name="FieldID:1501=STRING" value="<X-FC-FIELD 1501 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1519 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1519 literalstring><input type="hidden" size="5000" name="FieldID:1519=LITERALSTRING" value="<X-FC-FIELD 1519 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1504 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1503=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1504 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1504 string><input type="hidden" size="150" name="FieldID:1504=STRING" value="<X-FC-FIELD 1504 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1505 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1503=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1505 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1505 string><input type="hidden" size="150" name="FieldID:1505=STRING" value="<X-FC-FIELD 1505 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1506 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1503=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1506 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1506 string><input type="hidden" size="150" name="FieldID:1506=STRING" value="<X-FC-FIELD 1506 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1507 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1503=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1507 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1507 string><input type="hidden" size="150" name="FieldID:1507=STRING" value="<X-FC-FIELD 1507 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1508 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1503=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1508 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1508 string><input type="hidden" size="150" name="FieldID:1508=STRING" value="<X-FC-FIELD 1508 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1514 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ17"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1521 string><input type="hidden" size="152" name="FieldID:1521=STRING" value="<X-FC-FIELD 1521 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1539 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1539 literalstring><input type="hidden" size="5000" name="FieldID:1539=LITERALSTRING" value="<X-FC-FIELD 1539 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1524 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1523=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1524 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1524 string><input type="hidden" size="152" name="FieldID:1524=STRING" value="<X-FC-FIELD 1524 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1525 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1523=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1525 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1525 string><input type="hidden" size="152" name="FieldID:1525=STRING" value="<X-FC-FIELD 1525 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1526 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1523=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1526 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1526 string><input type="hidden" size="152" name="FieldID:1526=STRING" value="<X-FC-FIELD 1526 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1527 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1523=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1527 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1527 string><input type="hidden" size="152" name="FieldID:1527=STRING" value="<X-FC-FIELD 1527 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1528 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1523=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1528 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1528 string><input type="hidden" size="152" name="FieldID:1528=STRING" value="<X-FC-FIELD 1528 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1534 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ18"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1541 string><input type="hidden" size="154" name="FieldID:1541=STRING" value="<X-FC-FIELD 1541 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1559 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1559 literalstring><input type="hidden" size="5000" name="FieldID:1559=LITERALSTRING" value="<X-FC-FIELD 1559 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1544 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1543=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1544 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1544 string><input type="hidden" size="154" name="FieldID:1544=STRING" value="<X-FC-FIELD 1544 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1545 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1543=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1545 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1545 string><input type="hidden" size="154" name="FieldID:1545=STRING" value="<X-FC-FIELD 1545 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1546 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1543=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1546 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1546 string><input type="hidden" size="154" name="FieldID:1546=STRING" value="<X-FC-FIELD 1546 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1547 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1543=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1547 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1547 string><input type="hidden" size="154" name="FieldID:1547=STRING" value="<X-FC-FIELD 1547 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1548 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1543=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1548 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1548 string><input type="hidden" size="154" name="FieldID:1548=STRING" value="<X-FC-FIELD 1548 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1554 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ19"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1561 string><input type="hidden" size="156" name="FieldID:1561=STRING" value="<X-FC-FIELD 1561 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1579 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1579 literalstring><input type="hidden" size="5000" name="FieldID:1579=LITERALSTRING" value="<X-FC-FIELD 1579 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1564 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1563=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1564 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1564 string><input type="hidden" size="156" name="FieldID:1564=STRING" value="<X-FC-FIELD 1564 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1565 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1563=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1565 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1565 string><input type="hidden" size="156" name="FieldID:1565=STRING" value="<X-FC-FIELD 1565 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1566 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1563=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1566 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1566 string><input type="hidden" size="156" name="FieldID:1566=STRING" value="<X-FC-FIELD 1566 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1567 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1563=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1567 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1567 string><input type="hidden" size="156" name="FieldID:1567=STRING" value="<X-FC-FIELD 1567 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1568 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1563=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1568 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1568 string><input type="hidden" size="156" name="FieldID:1568=STRING" value="<X-FC-FIELD 1568 STRING>"/></td></tr><!--#endif--></table></div>

<!--#if expr="<X-FC-FIELD 1574 NUMBER>=1"--><div class="panel"><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform question" id="paneQ20"><tr><td colspan="2" class="fctext"><div class="panenumber"><!--#echo expr="$NAVTHIS"--><!--#echo expr=`$NAVDIVIDE`--><!--#echo expr="$NAVTOTAL"--></div><h4 class="fctext"><x-fc-field 1581 string><input type="hidden" size="158" name="FieldID:1581=STRING" value="<X-FC-FIELD 1581 STRING>"/></h4><!--#if expr="`<X-FC-FIELD 1599 LITERALSTRING>`"--><div class="smallfctext"><x-fc-field 1599 literalstring><input type="hidden" size="5000" name="FieldID:1599=LITERALSTRING" value="<X-FC-FIELD 1599 STRING>"/><!--#endif--><div/><br/></td></tr><!--#if expr="`<X-FC-FIELD 1584 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1583=LONG" value="0" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1584 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1584 string><input type="hidden" size="158" name="FieldID:1584=STRING" value="<X-FC-FIELD 1584 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1585 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1583=LONG" value="1" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1585 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1585 string><input type="hidden" size="158" name="FieldID:1585=STRING" value="<X-FC-FIELD 1585 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1586 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1583=LONG" value="2" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1586 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1586 string><input type="hidden" size="158" name="FieldID:1586=STRING" value="<X-FC-FIELD 1586 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1587 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1583=LONG" value="3" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1587 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1587 string><input type="hidden" size="158" name="FieldID:1587=STRING" value="<X-FC-FIELD 1587 STRING>"/></td></tr><!--#endif--><!--#if expr="`<X-FC-FIELD 1588 STRING>`"--><tr><td width="10%" style="text-align:right;" class="fctext label"><input type="radio" tabindex="-1" name="FieldID:1583=LONG" value="4" onclick="<!--#if expr="$SHOWSCORE=true"-->document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML = '<x-fc-field 1588 string>',Test<!--#echo expr="$NAVTHIS"-->(),<!--#endif-->TestNAV();"/></td><td width="90%" class="field"><x-fc-field 1588 string><input type="hidden" size="158" name="FieldID:1588=STRING" value="<X-FC-FIELD 1588 STRING>"/></td></tr><!--#endif--></table></div>
<!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif-->

<div class="panel"><!--#set var="NAVTHIS" expr="21"-->
<table style="border-width:0px;padding:0px;margin:0px;width:100%;" class="userform" id="paneSubmit">
<tr><td colspan="2" class="paragraph fctext"><X-FC-FIELD 1002 STRING><br/><br/></td></tr>
<tr><td colspan="2"><input id="submitbtn" type="submit" name="Send" tabindex="-1" value="<!--#echo expr=`$FMSENDMSG`-->" class="formbtn"/><br/><br/></td></tr>
</table></div>

<!--#if expr="$SHOWSCORE=true"--><!--#set var="THISFILENUM" expr="22"--><!--#set var="THISFILENUMCHECK" expr="22"--><div class="panel"><!--#set var="NAVTHIS" expr="22"-->

<div class="iframefcbody2647"><div id="sbscrollp<!--#echo expr=`$UNIQUEITEM`-->2" class="msgscrollpost">

<h1 id="score"></h1>

<!--#set var="NAVTHIS" expr="0"--><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1203 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1205 STRING>"--><!--#elif expr="<X-FC-FIELD 1203 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1207 STRING>"--><!--#elif expr="<X-FC-FIELD 1203 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1209 STRING>"--><!--#elif expr="<X-FC-FIELD 1203 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1211 STRING>"--><!--#elif expr="<X-FC-FIELD 1203 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1213 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1603 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1205 STRING>"--><!--#elif expr="<X-FC-FIELD 1603 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1207 STRING>"--><!--#elif expr="<X-FC-FIELD 1603 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1209 STRING>"--><!--#elif expr="<X-FC-FIELD 1603 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1211 STRING>"--><!--#elif expr="<X-FC-FIELD 1603 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1213 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1201 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1214 NUMBER>=1"--><!--#rem Q2 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1223 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1224 STRING>"--><!--#elif expr="<X-FC-FIELD 1223 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1225 STRING>"--><!--#elif expr="<X-FC-FIELD 1223 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1226 STRING>"--><!--#elif expr="<X-FC-FIELD 1223 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1227 STRING>"--><!--#elif expr="<X-FC-FIELD 1223 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1228 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1623 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1224 STRING>"--><!--#elif expr="<X-FC-FIELD 1623 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1225 STRING>"--><!--#elif expr="<X-FC-FIELD 1623 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1226 STRING>"--><!--#elif expr="<X-FC-FIELD 1623 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1227 STRING>"--><!--#elif expr="<X-FC-FIELD 1623 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1228 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1221 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1234 NUMBER>=1"--><!--#rem Q3 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1243 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1244 STRING>"--><!--#elif expr="<X-FC-FIELD 1243 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1245 STRING>"--><!--#elif expr="<X-FC-FIELD 1243 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1246 STRING>"--><!--#elif expr="<X-FC-FIELD 1243 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1247 STRING>"--><!--#elif expr="<X-FC-FIELD 1243 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1248 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1643 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1244 STRING>"--><!--#elif expr="<X-FC-FIELD 1643 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1245 STRING>"--><!--#elif expr="<X-FC-FIELD 1643 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1246 STRING>"--><!--#elif expr="<X-FC-FIELD 1643 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1247 STRING>"--><!--#elif expr="<X-FC-FIELD 1643 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1248 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1241 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1254 NUMBER>=1"--><!--#rem Q4 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1263 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1264 STRING>"--><!--#elif expr="<X-FC-FIELD 1263 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1265 STRING>"--><!--#elif expr="<X-FC-FIELD 1263 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1266 STRING>"--><!--#elif expr="<X-FC-FIELD 1263 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1267 STRING>"--><!--#elif expr="<X-FC-FIELD 1263 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1268 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1663 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1264 STRING>"--><!--#elif expr="<X-FC-FIELD 1663 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1265 STRING>"--><!--#elif expr="<X-FC-FIELD 1663 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1266 STRING>"--><!--#elif expr="<X-FC-FIELD 1663 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1267 STRING>"--><!--#elif expr="<X-FC-FIELD 1663 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1268 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1261 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1274 NUMBER>=1"--><!--#rem Q5 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1283 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1284 STRING>"--><!--#elif expr="<X-FC-FIELD 1283 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1285 STRING>"--><!--#elif expr="<X-FC-FIELD 1283 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1286 STRING>"--><!--#elif expr="<X-FC-FIELD 1283 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1287 STRING>"--><!--#elif expr="<X-FC-FIELD 1283 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1288 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1683 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1284 STRING>"--><!--#elif expr="<X-FC-FIELD 1683 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1285 STRING>"--><!--#elif expr="<X-FC-FIELD 1683 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1286 STRING>"--><!--#elif expr="<X-FC-FIELD 1683 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1287 STRING>"--><!--#elif expr="<X-FC-FIELD 1683 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1288 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1281 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1294 NUMBER>=1"--><!--#rem Q6 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1303 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1304 STRING>"--><!--#elif expr="<X-FC-FIELD 1303 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1305 STRING>"--><!--#elif expr="<X-FC-FIELD 1303 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1306 STRING>"--><!--#elif expr="<X-FC-FIELD 1303 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1307 STRING>"--><!--#elif expr="<X-FC-FIELD 1303 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1308 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1703 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1304 STRING>"--><!--#elif expr="<X-FC-FIELD 1703 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1305 STRING>"--><!--#elif expr="<X-FC-FIELD 1703 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1306 STRING>"--><!--#elif expr="<X-FC-FIELD 1703 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1307 STRING>"--><!--#elif expr="<X-FC-FIELD 1703 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1308 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1301 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1314 NUMBER>=1"--><!--#rem Q7 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1323 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1324 STRING>"--><!--#elif expr="<X-FC-FIELD 1323 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1325 STRING>"--><!--#elif expr="<X-FC-FIELD 1323 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1326 STRING>"--><!--#elif expr="<X-FC-FIELD 1323 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1327 STRING>"--><!--#elif expr="<X-FC-FIELD 1323 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1328 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1723 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1324 STRING>"--><!--#elif expr="<X-FC-FIELD 1723 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1325 STRING>"--><!--#elif expr="<X-FC-FIELD 1723 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1326 STRING>"--><!--#elif expr="<X-FC-FIELD 1723 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1327 STRING>"--><!--#elif expr="<X-FC-FIELD 1723 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1328 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1321 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1334 NUMBER>=1"--><!--#rem Q8 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1343 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1344 STRING>"--><!--#elif expr="<X-FC-FIELD 1343 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1345 STRING>"--><!--#elif expr="<X-FC-FIELD 1343 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1346 STRING>"--><!--#elif expr="<X-FC-FIELD 1343 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1347 STRING>"--><!--#elif expr="<X-FC-FIELD 1343 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1348 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1743 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1344 STRING>"--><!--#elif expr="<X-FC-FIELD 1743 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1345 STRING>"--><!--#elif expr="<X-FC-FIELD 1743 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1346 STRING>"--><!--#elif expr="<X-FC-FIELD 1743 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1347 STRING>"--><!--#elif expr="<X-FC-FIELD 1743 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1348 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1341 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1354 NUMBER>=1"--><!--#rem Q9 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1363 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1364 STRING>"--><!--#elif expr="<X-FC-FIELD 1363 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1365 STRING>"--><!--#elif expr="<X-FC-FIELD 1363 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1366 STRING>"--><!--#elif expr="<X-FC-FIELD 1363 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1367 STRING>"--><!--#elif expr="<X-FC-FIELD 1363 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1368 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1763 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1364 STRING>"--><!--#elif expr="<X-FC-FIELD 1763 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1365 STRING>"--><!--#elif expr="<X-FC-FIELD 1763 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1366 STRING>"--><!--#elif expr="<X-FC-FIELD 1763 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1367 STRING>"--><!--#elif expr="<X-FC-FIELD 1763 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1368 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1361 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1374 NUMBER>=1"--><!--#rem Q10 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1383 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1384 STRING>"--><!--#elif expr="<X-FC-FIELD 1383 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1385 STRING>"--><!--#elif expr="<X-FC-FIELD 1383 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1386 STRING>"--><!--#elif expr="<X-FC-FIELD 1383 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1387 STRING>"--><!--#elif expr="<X-FC-FIELD 1383 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1388 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1783 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1384 STRING>"--><!--#elif expr="<X-FC-FIELD 1783 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1385 STRING>"--><!--#elif expr="<X-FC-FIELD 1783 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1386 STRING>"--><!--#elif expr="<X-FC-FIELD 1783 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1387 STRING>"--><!--#elif expr="<X-FC-FIELD 1783 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1388 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1381 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1394 NUMBER>=1"--><!--#rem Q11 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1403 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1404 STRING>"--><!--#elif expr="<X-FC-FIELD 1403 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1405 STRING>"--><!--#elif expr="<X-FC-FIELD 1403 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1406 STRING>"--><!--#elif expr="<X-FC-FIELD 1403 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1407 STRING>"--><!--#elif expr="<X-FC-FIELD 1403 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1408 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1803 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1404 STRING>"--><!--#elif expr="<X-FC-FIELD 1803 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1405 STRING>"--><!--#elif expr="<X-FC-FIELD 1803 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1406 STRING>"--><!--#elif expr="<X-FC-FIELD 1803 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1407 STRING>"--><!--#elif expr="<X-FC-FIELD 1803 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1408 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1401 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1414 NUMBER>=1"--><!--#rem Q12 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1423 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1424 STRING>"--><!--#elif expr="<X-FC-FIELD 1423 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1425 STRING>"--><!--#elif expr="<X-FC-FIELD 1423 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1426 STRING>"--><!--#elif expr="<X-FC-FIELD 1423 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1427 STRING>"--><!--#elif expr="<X-FC-FIELD 1423 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1428 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1823 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1424 STRING>"--><!--#elif expr="<X-FC-FIELD 1823 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1425 STRING>"--><!--#elif expr="<X-FC-FIELD 1823 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1426 STRING>"--><!--#elif expr="<X-FC-FIELD 1823 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1427 STRING>"--><!--#elif expr="<X-FC-FIELD 1823 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1428 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1421 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1434 NUMBER>=1"--><!--#rem Q13 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1443 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1444 STRING>"--><!--#elif expr="<X-FC-FIELD 1443 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1445 STRING>"--><!--#elif expr="<X-FC-FIELD 1443 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1446 STRING>"--><!--#elif expr="<X-FC-FIELD 1443 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1447 STRING>"--><!--#elif expr="<X-FC-FIELD 1443 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1448 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1843 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1444 STRING>"--><!--#elif expr="<X-FC-FIELD 1843 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1445 STRING>"--><!--#elif expr="<X-FC-FIELD 1843 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1446 STRING>"--><!--#elif expr="<X-FC-FIELD 1843 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1447 STRING>"--><!--#elif expr="<X-FC-FIELD 1843 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1448 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1441 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1454 NUMBER>=1"--><!--#rem Q14 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1463 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1464 STRING>"--><!--#elif expr="<X-FC-FIELD 1463 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1465 STRING>"--><!--#elif expr="<X-FC-FIELD 1463 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1466 STRING>"--><!--#elif expr="<X-FC-FIELD 1463 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1467 STRING>"--><!--#elif expr="<X-FC-FIELD 1463 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1468 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1863 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1464 STRING>"--><!--#elif expr="<X-FC-FIELD 1863 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1465 STRING>"--><!--#elif expr="<X-FC-FIELD 1863 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1466 STRING>"--><!--#elif expr="<X-FC-FIELD 1863 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1467 STRING>"--><!--#elif expr="<X-FC-FIELD 1863 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1468 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1461 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1474 NUMBER>=1"--><!--#rem Q15 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1483 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1484 STRING>"--><!--#elif expr="<X-FC-FIELD 1483 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1485 STRING>"--><!--#elif expr="<X-FC-FIELD 1483 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1486 STRING>"--><!--#elif expr="<X-FC-FIELD 1483 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1487 STRING>"--><!--#elif expr="<X-FC-FIELD 1483 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1488 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1883 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1484 STRING>"--><!--#elif expr="<X-FC-FIELD 1883 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1485 STRING>"--><!--#elif expr="<X-FC-FIELD 1883 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1486 STRING>"--><!--#elif expr="<X-FC-FIELD 1883 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1487 STRING>"--><!--#elif expr="<X-FC-FIELD 1883 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1488 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1481 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1494 NUMBER>=1"--><!--#rem Q16 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1503 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1504 STRING>"--><!--#elif expr="<X-FC-FIELD 1503 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1505 STRING>"--><!--#elif expr="<X-FC-FIELD 1503 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1506 STRING>"--><!--#elif expr="<X-FC-FIELD 1503 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1507 STRING>"--><!--#elif expr="<X-FC-FIELD 1503 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1508 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1903 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1504 STRING>"--><!--#elif expr="<X-FC-FIELD 1903 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1505 STRING>"--><!--#elif expr="<X-FC-FIELD 1903 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1506 STRING>"--><!--#elif expr="<X-FC-FIELD 1903 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1507 STRING>"--><!--#elif expr="<X-FC-FIELD 1903 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1508 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1501 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1514 NUMBER>=1"--><!--#rem Q17 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1523 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1524 STRING>"--><!--#elif expr="<X-FC-FIELD 1523 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1525 STRING>"--><!--#elif expr="<X-FC-FIELD 1523 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1526 STRING>"--><!--#elif expr="<X-FC-FIELD 1523 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1527 STRING>"--><!--#elif expr="<X-FC-FIELD 1523 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1528 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1923 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1524 STRING>"--><!--#elif expr="<X-FC-FIELD 1923 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1525 STRING>"--><!--#elif expr="<X-FC-FIELD 1923 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1526 STRING>"--><!--#elif expr="<X-FC-FIELD 1923 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1527 STRING>"--><!--#elif expr="<X-FC-FIELD 1923 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1528 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1521 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1534 NUMBER>=1"--><!--#rem Q18 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1543 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1544 STRING>"--><!--#elif expr="<X-FC-FIELD 1543 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1545 STRING>"--><!--#elif expr="<X-FC-FIELD 1543 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1546 STRING>"--><!--#elif expr="<X-FC-FIELD 1543 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1547 STRING>"--><!--#elif expr="<X-FC-FIELD 1543 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1548 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1943 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1544 STRING>"--><!--#elif expr="<X-FC-FIELD 1943 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1545 STRING>"--><!--#elif expr="<X-FC-FIELD 1943 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1546 STRING>"--><!--#elif expr="<X-FC-FIELD 1943 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1547 STRING>"--><!--#elif expr="<X-FC-FIELD 1943 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1548 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1541 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1554 NUMBER>=1"--><!--#rem Q19 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1563 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1564 STRING>"--><!--#elif expr="<X-FC-FIELD 1563 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1565 STRING>"--><!--#elif expr="<X-FC-FIELD 1563 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1566 STRING>"--><!--#elif expr="<X-FC-FIELD 1563 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1567 STRING>"--><!--#elif expr="<X-FC-FIELD 1563 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1568 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1963 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1564 STRING>"--><!--#elif expr="<X-FC-FIELD 1963 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1565 STRING>"--><!--#elif expr="<X-FC-FIELD 1963 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1566 STRING>"--><!--#elif expr="<X-FC-FIELD 1963 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1567 STRING>"--><!--#elif expr="<X-FC-FIELD 1963 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1568 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1561 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>

<!--#if expr="<X-FC-FIELD 1574 NUMBER>=1"--><!--#rem Q20 --><!--#set var="THISFILENUM" expr="$THISFILENUM-1"--><!--#set var="THISFILENUMCHECK" expr="$THISFILENUM-$THISFILENUMCHECK"--><!--#set var="NAVTHIS" expr="$NAVTHIS+1"--><!--#if expr="<X-FC-FIELD 1583 NUMBER>=0"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1584 STRING>"--><!--#elif expr="<X-FC-FIELD 1583 NUMBER>=1"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1585 STRING>"--><!--#elif expr="<X-FC-FIELD 1583 NUMBER>=2"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1586 STRING>"--><!--#elif expr="<X-FC-FIELD 1583 NUMBER>=3"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1587 STRING>"--><!--#elif expr="<X-FC-FIELD 1583 NUMBER>=4"--><!--#set var="DEFAULTQ$NAVTHIS" value="<X-FC-FIELD 1588 STRING>"--><!--#endif--><!--#if expr="<X-FC-FIELD 1983 NUMBER>=0"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1584 STRING>"--><!--#elif expr="<X-FC-FIELD 1983 NUMBER>=1"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1585 STRING>"--><!--#elif expr="<X-FC-FIELD 1983 NUMBER>=2"--><!--#set var="TRUEQ$NAVTHIS"  value="<X-FC-FIELD 1586 STRING>"--><!--#elif expr="<X-FC-FIELD 1983 NUMBER>=3"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1587 STRING>"--><!--#elif expr="<X-FC-FIELD 1983 NUMBER>=4"--><!--#set var="TRUEQ$NAVTHIS" value="<X-FC-FIELD 1588 STRING>"--><!--#endif-->
<div class="listobject <!--#if expr="$THISFILENUMCHECK>0"-->even<!--#else-->odd<!--#endif-->"><div class="fctext txtlimit"><b><!--#echo expr="$NAVTHIS"-->:</b>
<x-fc-field 1581 string>
<div class="clear"></div>
<input type="hidden" name="countstuff<!--#echo expr="$NAVTHIS"-->" id="countstuff<!--#echo expr="$NAVTHIS"-->" value="0"/><div class="fctext corr" id="true<!--#echo expr="TRUEQ$NAVTHIS"-->"><!--#echo var="TRUEQ$NAVTHIS"--></div>
<div class="fctext corr faded" id="respQ<!--#echo expr="$NAVTHIS"-->">...?</div>
</div></div>
<script type="text/javascript"><!--
function Test<!--#echo expr="$NAVTHIS"-->() {var ThisAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML); var TrueAnswer<!--#echo expr="$NAVTHIS"--> = (document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML); if(ThisAnswer<!--#echo expr="$NAVTHIS"-->== TrueAnswer<!--#echo expr="$NAVTHIS"-->)  document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').style.display='none', document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='1'; else document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value='0'; countsum=(+document.getElementById('countstuff<!--#echo expr="$NAVTHIS"-->').value+countsum), document.getElementById('score').innerHTML=(countsum +' / <!--#echo expr="$NAVTOTAL"-->');document.getElementById('msgresponses').value=(document.getElementById('msgresponses').value+'<!--#echo expr="$NAVTHIS"-->:\n'+document.getElementById('true<!--#echo expr="TRUEQ$NAVTHIS"-->').innerHTML+'\n'+document.getElementById('respQ<!--#echo expr="$NAVTHIS"-->').innerHTML+'\n\n'); }
//--></script>
<!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif--><!--#endif-->
<br/><br/>
</div></div><div id="msgscroller<!--#echo expr=`$UNIQUEITEM`-->2" class="msgscroller"><div id="msgscrollgrip<!--#echo expr=`$UNIQUEITEM`-->2" class="msgscrollgrip"></div></div>

</div>
<!--#endif-->
</div></div>
</form>
<script type="text/javascript"><!--
window.parent.postStop();
//--></script>
</body>
</html><!--#else--><!--#rem startInc --><!--#if expr="<X-FC-URL-PARAMETER containerdocument exists>=0"--><!--#include virtual="//Setup?formid=2659&CONFIG" --><!--#include virtual="/.templates/$FMGSYSTEM/FMServerSettings?formid=2655" --><!--#set var="PERMALINK" value="false"--><!--#if expr="<X-FC-URL-PARAMETER fmlight exists>=1 || <X-FC-URL-PARAMETER modal exists>=1"--><!--#include virtual="/.templates/plainheader.inc"--><!--#else--><!--#set var="SITELANGUAGE" value="<X-FC-FIELD LANG.132 STRING>"--><!--#if expr="$HTML5=true"--><!doctype html>
<!--#include virtual="/.templates/fmlibrary/terms.inc" --><!--#if expr="$CUSTOMLANG=true"--><!--#include virtual="$FMLANGFILE" --><!--#endif--><html lang="<!--#echo expr=`$SITELANGUAGE`-->">
<head<!--#if expr="$OPENGRAPH=true"--> prefix="og: ogp.me/ns# fb: ogp.me/ns/fb# website: ogp.me/ns/website#"<!--#endif-->>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="<X-FC-ITEM DATA[Charset]>"><!--#else--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"<!--#if expr="$OPENGRAPH=true"-->
     xmlns:og="http://ogp.me/ns#"
     xmlns:fb="http://www.facebook.com/2008/fbml"<!--#endif-->>
<head><!--#include virtual="/.templates/fmlibrary/terms.inc" --><!--#if expr="$CUSTOMLANG=true"--><!--#include virtual="$FMLANGFILE" --><!--#endif-->
<meta http-equiv="Content-Type" content="text/html; charset=<X-FC-ITEM DATA[Charset]>"/>
<meta http-equiv="content-language" content="<!--#echo expr=`$SITELANGUAGE`-->"/><!--#endif-->
<!-- <!--#echo expr=`$FMGENERATOR$FMCOPYRIGHT`--> --><!--#set var="SYSPAGE" value="false"--><!--#include virtual="/.templates/globalheader.inc"--><body class="website<!--#if expr="$FMTOPMENU=false"--> nomenu<!--#endif-->">
<div id="pagetop"></div><!--#include virtual="$XLOGIN$BEFORECONTENTPATH"-->
<div id="wrapper" class="<!--#echo expr=`$DIRTYPE`--><!--#if expr="$MOBILEUI=true && $GETDEVICE >1"--> mobileview<!--#endif--> wrap<!--#echo expr=`$CONTENTALIGN`-->">
<div id="page" class="template<X-FC-ITEM COLUMN[Icon]>">
<div id="headerwrap" class="hewrap<!--#echo expr=`$LOGOALIGN`-->"><div  style="text-align:<!--#echo expr=`$LOGOALIGN`-->;" id="header"><div id="headercontent"><!--#if expr="$LOGOEXIST=true"--><a href="<!--#echo expr=`$XLOGIN$FMINDEX`-->"><img id="logopic"<!--#if expr="$GOSTRICT=true"--> width="<!--#echo expr=`$DEFLOGOWIDTH`-->" height="<!--#echo expr=`$DEFLOGOHEIGHT`-->"<!--#endif--> src="<!--#echo expr=`$LOGOPATH`-->" alt="<!--#echo expr=`$WTAUTHOR`-->" title="<!--#echo expr=`$WTAUTHOR`-->"/></a><!--#endif--><div style="float:<!--#echo expr=`$HEADERWIDGETSALIGN`-->;" id="headerwidgets"></div><div id="headerticker" class="noassist"></div><!--#if expr="$HEADERTlCKER=true"--><X-FC-FIELD LANG.7518.2 STRING><!--#endif--></div></div><!--#if expr="$FMTOPMENU=true"-->
<div id="dropmenu"><!--#set var="MENUEXPAND" value="true"--><script type="text/javascript"><!--
new UvumiDropdown('drops'<!--#if expr="$MENUCLICK=true"-->,{clickToOpen:true}<!--#endif-->);
//--></script>
<!--#include virtual="<!--#echo expr=`$XLOGIN$FMROOTMENU`-->/?both&formid=-205&mainmenu&maintop&<!--#echo expr=`$URLTYPE`-->"--><!--#if expr="$SEARCHBOXTOP=true"--><!--#include virtual="<!--#echo expr=`$XLOGIN$FMROOTMENU`-->/<!--#echo expr=`$SEARCHBOXTOPURL`-->?formid=2648&mainmenu"--><!--#endif--><div class="clear"></div></div><!--#endif--></div>
<div id="pageframe" class="<!--#echo expr=`$DESlGNERSTYLE`-->" style="background-position:top <!--#echo expr=`$CONTENTALIGN`-->;">
<div id="contentpadding">
<!--#if expr="$CONTENTALIGN!=center"--><div id="sidebar" style="float:<!--#echo expr=`$CONTENTALIGN`-->;" class="sidebar<!--#echo expr=`$CONTENTALIGN`-->"><!--#if expr="`$SIDEINCLUDE`"-->
<div id="serversidebar"><!--#include virtual="/.templates/$FMGSYSTEM/SidebarHeader?formid=96&sidebardocument&$ARTSTYLE"--></div><!--#endif-->
<!--#include virtual="<!--#echo expr=`$XLOGIN$FMROOTSIDEBAR`-->/?both&formid=-205&items&sidebar&<!--#echo expr=`$URLTYPE`-->"-->
<div class="sidebaritem" id="sidebarend"></div>
</div><!--#endif-->
<div id="pagecontent<!--#if expr="$CONTENTALIGN=center"-->sec<!--#endif-->" class="pagecontent<!--#echo expr=`$CONTENTALIGN`-->"><!--#if expr="<X-FC-URL-PARAMETER ooops exists>=1"--><div class="errornote"><!--#echo expr=`$FMERROR`--></div><!--#endif--><!--#if expr="$SERVERALERT"-->
<script type="text/javascript"><!--
fmalertcookie=('fmalert');
window.addEvent('load', function(){
function fmalertsave(){var SaveThis = Cookie.write('fmservermsg', fmalertcookie, {domain: '<X-FC-HTTP-DOMAIN-NAME>',duration:0});}
function Rememberfmalert(){if (Cookie.read('fmservermsg')){fmalertcookie = Cookie.read('fmservermsg');}
var Rememberfmalert = Cookie.read('fmservermsg'); if ((Rememberfmalert)==null)
new MooDialog.IFrame('/.templates/<!--#echo expr=`$FMGSYSTEM`-->/PopAlert?formid=96&modal',{title:'<!--#echo expr=`$WTAUTHOR`-->','class':'MooModal MediumModal'});}
Rememberfmalert(),fmalertsave(); Cookie.dispose('fmalertcookie', {domain: '<X-FC-HTTP-DOMAIN-NAME>'});});
//--></script><!--#endif--><!--#if expr="$BREADCRUMBS=true"-->
<div id="breadcrumbs" class="contentbody fctext"><div class="smallfctext"><a href="<!--#echo expr=`$XLOGIN$FMINDEX`-->"><!--#echo expr=`$FMHOME`--></a><!--#while expr="++$BRCUMB < (<X-FC-OBJPATH COUNT> - 1)"--><!--#if expr="`<X-FC-OBJPATH $BRCUMB>`=`$FMROOTMENU` || `<X-FC-OBJPATH $BRCUMB>`=`$FMROOTSIDEBAR` || `<X-FC-OBJPATH $BRCUMB>`=`$FMROOTFOOTER`"--><!--#else-->&nbsp;<!--#echo expr=`$FMSYMBOLRIGHTDBLARROW`-->&nbsp;<a href="<X-FC-OBJURL $BRCUMB>"><!--#echo expr="@mlescape(`<X-FC-OBJPATH $BRCUMB>`)"--></a><!--#endif--><!--#endwhile--><!--#if expr="$PAGEFLAG=searching"-->&nbsp;<!--#echo expr=`$FMSYMBOLRIGHTDBLARROW`-->&nbsp;<!--#echo expr=`$FMSEARCH`--><!--#elif expr="$PAGEFLAG=sitemap"-->&nbsp;<!--#echo expr=`$FMSYMBOLRIGHTDBLARROW`-->&nbsp;<!--#echo expr=`$FMSITEMAP`--><!--#elif expr="`<X-FC-OBJURL>`!=`/$FMINDEX`"-->&nbsp;<!--#echo expr=`$FMSYMBOLRIGHTDBLARROW`-->&nbsp;<!--#echo expr=`$PAGETITLE`--><!--#endif--></div></div><!--#endif--><!--#if expr="$STARTINDEX!=1"--><!--#echo expr=`$PAGELENGHTNUM`--><!--#endif--><!--#endif--><!--#endif--><!--#rem endInc -->
<script type="text/javascript"><!--
function postStart(){$('messagebox<!--#echo expr=`$UNIQUEITEM`-->').hidefade();}
function postStop(){$('messagebox<!--#echo expr=`$UNIQUEITEM`-->').showfade();}
//--></script>

<div class="contentheader">
<h1><!--#echo expr=`$PAGETITLE`--></h1>
<!--#if expr="$SHOWDATES=true || $BYLINE=true"--><div class="date"><!--#if expr="$BYLINE=true"--><!--#if expr="<X-FC-RECIPIENT FWD.0 DATA[Name]>"--><X-FC-RECIPIENT FWD.0 DATA[Name]><!--#else--><!--#echo expr=`$WTAUTHOR`--><!--#endif--><!--#if expr="$SHOWDATES=true"--> - <!--#endif--><!--#endif--><!--#if expr="$SHOWDATES=true"--><!--#if expr="$USFORMAT=true"--><X-FC-ITEM DATA[Date] %a&nbsp;%b&nbsp;%#d.&nbsp;%Y,&nbsp;%#I:%M&nbsp;%p><!--#else--><X-FC-ITEM DATA[Date] %a&nbsp;%#d.&nbsp;%b&nbsp;%Y,&nbsp;%H:%M><!--#endif--><!--#endif--></div><!--#endif-->
</div>

<div class="contentbody" id="messagebox<!--#echo expr=`$UNIQUEITEM`-->">
<iframe<!--#if expr="$HTML5=false"--> frameborder="0" scrolling="no"<!--#endif--> name="commX" id="commX" class="fullbox" style="width:100%;overflow:hidden;" src="<!--#if expr="<X-FC-USER AUTH>=0"-->/Login/__WWW<!--#endif--><x-fc-objurl>?formid=2647&amp;message&amp;quiz&amp;autogo<!--#if expr="<X-FC-URL-PARAMETER fmlight exists>=1"-->&amp;deskprintview<!--#endif-->"></iframe>

<!--#if expr="$PERMALINK=true"--><div class="permalink fctext"><a class="more" href="<!--#echo expr=`$MAGICURL2647`--><!--#if expr="<X-FC-URL-PARAMETER fmlight exists>=1"-->?fmlight<!--#endif-->"><!--#echo expr=`$FMPERMALINK`--></a></div><!--#endif-->
</div>

<!--#rem startInc --><!--#if expr="<X-FC-URL-PARAMETER containerdocument exists>=0"--><!--#if expr="<X-FC-URL-PARAMETER modal exists>=1"--><!--#include virtual="/.templates/modalfooter.inc"--><!--#elif expr="<X-FC-URL-PARAMETER fmlight exists>=1"--><!--#include virtual="/.templates/plainfooter.inc"--><!--#else--><!--#if expr="$CONTENTFOOTER=true"--><div class="footercontentbody"><div id="contentfooter" class="contentbody"><!--#include virtual="<!--#echo expr=`$XLOGIN$FMROOTFOOTER`-->/?both&formid=-205&<!--#echo expr=`$URLTYPE`-->&items&infooter"--></div><div class="clear"></div></div><!--#endif--></div>
<div class="clear"></div>
</div>
</div>  
</div><!--#include virtual="/.templates/fmlibrary/partners.inc"-->
<div id="footer"><div class="footercontent">
<!--#if expr="$CONTENTALIGN=center && $WATERMARK=true && $FOOTERSIDEBARMAX>0"--><div id="footerbarwrap"><div id="footerbar"><!--#if expr="`$SIDEINCLUDE`"-->
<div id="serversidebar"><!--#include virtual="/.templates/$FMGSYSTEM/SidebarHeader?formid=96&sidebardocument&$ARTSTYLE"--></div><!--#endif-->
<!--#include virtual="<!--#echo expr=`$XLOGIN$FMROOTSIDEBAR`-->/?both=1-$FOOTERSIDEBARMAX&formid=-205&items&sidebar&foot&<!--#echo expr=`$URLTYPE`-->"-->
<div class="clear"></div>
</div><div class="clear"></div></div><!--#endif-->
<!--#if expr="$SITESIGNATURE"--><div id="signature"><!--#echo expr=`$SITESIGNATURE`--></div><!--#endif--><!--#if expr="$FOOTLINKS=true || $ADDFOOTLINK"--><div id="footerlinks"><!--#if expr="$FOOTLINKS=true"--><a id="homelink" href="<!--#echo expr=`$XLOGIN$FMINDEX`-->">&nbsp;<!--#echo expr=`$FMHOME`--></a><a id="gototoplink" href="javascript:void(0)" onclick="new Fx.Scroll(window, {duration:500, wait: false}).toElement('pagetop');"<!--#if expr="$GOSTRICT=true"--> onkeypress="new Fx.Scroll(window, {duration:500, wait: false}).toElement('pagetop');"<!--#endif-->>&nbsp;&#x2022;&nbsp;<!--#echo expr=`$FMTOPOFPAGE`--></a><a id="printlink" href="<X-FC-OBJURL>?fmlight<!--#if expr="<X-FC-ITEM COLUMN[SubType] IsCal>"-->&amp;Date=<X-FC-FIELD 1400 DATE,"%D">&amp;formid=<X-FC-ITEM formID><!--#endif-->">&nbsp;&#x2022;&nbsp;<!--#echo expr=`$FMPRINT`--></a><a id="sitemaplink" href="<!--#echo expr=`$XLOGIN`-->Setup">&nbsp;&#x2022;&nbsp;<!--#echo expr=`$FMSITEMAP`--></a><!--#if expr="$COLINK>0"--><a id="contactlink" href="mailto:<!--#echo expr=`$CONTACTLINK`-->">&nbsp;&#x2022;&nbsp;<!--#echo expr=`$FMMAIL`--></a><!--#endif--><!--#if expr="$MOBILEUI=true && $GETDEVICE >1"--><a id="mobilefooterlink" href="<!--#echo expr=`$MOBILEADR`-->">&nbsp;&#x2022;&nbsp;<!--#echo expr=`$MOBILEDITION`--></a><!--#endif--><!--#endif--><!--#echo expr=`$ADDFOOTLINK`--></div><!--#endif-->
<div class="clear"></div>
</div></div><!--#if expr="$WTPUBLISLINKON=true"-->
<div id="fmpublisher"><a href="<!--#echo expr=`$VENDORURL`-->"><!--#echo expr=`$FMGENERATOR`--></a></div><!--#endif--><!--#if expr="$WATERMARK=false"-->
<br/><br/><!--#endif-->
</div>
<!--#include virtual="$XLOGIN/$AFTERCONTENTPATH"-->
<!--#if expr="$LOGGEDIN=true"--><!--#if expr="$GETDEVICE>0"--><!--#include virtual="$THISLOCALURL&formid=1001"--><!--#else--><!--#include virtual="$THISLOCALURL&formid=1000"--><!--#endif--><!--#elif expr="$LOGINZONE=true"--><a id="lzone" href="/login/__www/?signin"><img class="lzonepic" src="/.templates/fmlibrary/blank.gif" width="10" height="10" alt="<!--#echo expr=`$FMLOGIN`-->"/></a><!--#endif--><!--#if expr="$SCRIPTWIDGET=true || $SCRIPTWIDGET2=true"-->
<!--#include virtual="/.templates/fmlibrary/scriptwidgets.inc"--><!--#endif--><!--#if expr="$SCRIPTWIDGET3=true"--><!--#include virtual="/.templates/fmlibrary/assist.inc"--><!--#endif-->
<!--#echo expr="$ANALYTICS"-->
<!--#if expr="$SHOPTYPE>0 && $FLOATCART=true && <X-FC-URL-PARAMETER fmlight exists>=0 && $CARTCODEHTML>4"--><!--#if expr="$SHOPTYPE=1"--><div id="fixedfoxycart" class="ficart<!--#echo expr=`$LOGOALIGN`-->"><a class="cartprice" href="<!--#echo expr=`$SHOPDOMAIN`-->/cart?cart=view"><img src="/.templates/fmlibrary/blank.gif" width="32" height="32" alt="Shopping Cart"/></a><div id="inlinecart" class="fctext"><div class="smallfctext"><!--#echo expr=`$SHOPPINGCART`--></div></div><div class="clear"></div></div><!--#else--><div id="fixedcart"><!--#echo expr=`$SHOPPINGCART`--></div><!--#endif--><!--#endif-->
<!--#if expr="$EXTRAS=true"--><!--#include virtual="$XLOGIN/$EXTRASPATH"--><!--#endif--><!--#if expr="$DOJQUERY=true"-->
<script src="//cdn.foxycart.com/<!--#echo expr=`$SHOPNAME`-->/loader.js" async defer></script><!--#endif-->
<noscript><div class="jserrornote"><!--#echo expr=`$NOSCRIPTNOTE`--></div></noscript>
</body>
</html><!--#endif--><!--#endif--><!--#rem endInc --><!--#endif-->

Top of Page