From: <Saved by Windows Internet Explorer 7>
Subject: SOLAR
Date: Sat, 7 Feb 2009 11:44:32 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_000A_01C98919.7174AF70"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579

This is a multi-part message in MIME format.

------=_NextPart_000_000A_01C98919.7174AF70
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://webapplications.acs.org/Applications/SOLAR/standard/drawsurveyuserform.cfm?mode=WRITE&formid=127&userid=112374&orgid=240&cftoken=39551663&cfid=4901

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Environment Settings (DEV, QA, TRN, PRD) ---><!-- Session Params =
---><!-- Kill Application ---><HTML><HEAD><TITLE>SOLAR</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<META http-equiv=3DPragma content=3Dno-cache><LINK=20
href=3D"http://webapplications.acs.org/Applications/SOLAR/shared/survey.c=
ss"=20
type=3Dtext/css rel=3DSTYLESHEET>
<SCRIPT language=3DJavascript1.2>
<!--
javascript:window.history.forward(1);

var saveflag =3D false;
var statusflag =3D false;
var lastquestions =3D "";
var savewin =3Dnull;
var packets;
var ques =3D new Array(100);
var ans =3D new Array(100);
var packcnt;
var navpackcnt;
var finalpackcnt;
var sentpackcnt;
var estPageHeight =3D 0;



function openSaveWin()
{
   saveflag =3D true;
   savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
}

function SaveandSubmit(){

document.FormDoc.theaction.value=3D"saveandsubmit";
savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
document.FormDoc.submit();



}

function SubmitNow(){

document.FormDoc.theaction.value=3D"submitnow";
savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
document.FormDoc.submit();

}

function RemoveSubmit(){

document.FormDoc.theaction.value=3D"removesubmit";
document.FormDoc.submit();

}

function Approve(){

document.FormDoc.theaction.value=3D"approve";
document.FormDoc.submit();

}

function Approve(){

document.FormDoc.theaction.value=3D"removeapproval";
document.FormDoc.submit();

}



function openSaveWin()
{
   saveflag =3D true;
   savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
}






function formQuit()
{
  =20
}

function formPrevious(ltsection)
{
document.FormDoc.theaction.value=3D"saveandsubmit";
document.FormDoc.section.value=3Dltsection;
document.FormDoc.submit();=09
}

function formNext(gtsection)
{
document.FormDoc.theaction.value=3D"saveandsubmit";
document.FormDoc.section.value=3Dgtsection;
document.FormDoc.submit();=09
}

function formPreviousNSave(ltsection)
{
 =20
  =20
		formNavigate(ltsection); =20
  =20
}

function formNextNSave(gtsection)
{
  =20
  =20
		formNavigate(gtsection);
=09
}


function formNavigate(section)
{
    if(saveflag =3D=3D true) return;
	clearInterval(navpackcnt);
	document.NavigateForm.SECTION.value =3D section;
    document.NavigateForm.action =3D "formnavigate.cfm";
	document.NavigateForm.method =3D "POST";
	document.NavigateForm.submit();
}


function isNumeric(obj)
{  =20
   if(String(Number(obj.value)) =3D=3D "NaN")
   {
      alert("Invalid Numeric Value.");
	  obj.value =3D 0;
   }
}

function isNumericAndCalculate(obj)
{  =20
   if(String(Number(obj.value)) =3D=3D "NaN")
   {
      alert("Invalid Numeric Value.");
	  obj.value =3D 0;
   }
   calculateFormulas();
}



function parseValue(val)
{
    if(String(val).indexOf(".") > 0)
	{
	   decptr =3D String(val).indexOf(".");
	   if(String(val).length > decptr + 3)
	   {
	      val =3D Number(val) + 0.001;
		  val =3D parseFloat(String(val).substring(0, decptr + 3));
	   }
	}
    if(val !=3D 0)
	   return parseFloat(val);
	else
	   return val;
}

function getFile(obj)
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
   quesid =3D obj.name.substr(4);
   var a =3D open("fileupload.cfm?questionid=3D"+ quesid + =
"&userid=3D112374&orgid=3D240&cftoken=3D39551663&cfid=3D4901","SOLAR","wi=
dth=3D620,height=3D320,menubar=3Dno,toolbar=3Dyes,scrollbars=3Dyes,resiza=
ble=3Dyes");
}

function downFile(obj)
{

   quesid =3D obj.name;
   var a =3D open("downfile.cfm?questionid=3D"+ quesid + =
"&userid=3D112374&orgid=3D240&cftoken=3D39551663&cfid=3D4901","SOLAR","wi=
dth=3D800,height=3D600,menubar=3Dyes,toolbar=3Dyes,scrollbars=3Dyes,resiz=
able=3Dyes");
}

function viewPrint()
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
    printform =3D =
'loading.cfm?formid=3D127&userid=3D112374&orgid=3D240&cftoken=3D39551663&=
cfid=3D4901';=09
	var a =3D =
open(printform,'Print','height=3D450,width=3D700,scrollbars=3Dyes,resizea=
ble=3Dyes,menubar=3Dyes');
}

function formExit()
{
if (confirm('Please be sure that you have saved your work before you =
exit this form. NOTE: This message appears each time you select main =
menu. If you have already saved your work click OK, to return to the =
form click Cancel.')){
window.location=3D'../menu.cfm';

}

}

function closeSavewin()
{
if (savewin !=3D null)
savewin.close();

}

//-->
</SCRIPT>

<META content=3D"MSHTML 6.00.6000.16788" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#0000ff link=3D#0000ff bgColor=3D#ffffff =
leftMargin=3D3=20
topMargin=3D16 onload=3DcalculateFormulas(); onunload=3DcloseSavewin();=20
MARGINHEIGHT=3D"16" MARGINWIDTH=3D"3"><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  PROCESS INPUTS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Get Values ---><!-- Test For Values ---><!-- Test Form =
----><!-- Test Mode ---><!-- Test UserID ---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN FORM
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Get OrgName ---><!-- Get Form Name ---><!-- Create Array for =
Form calulations ---><!-- Create Array of DB Answers ----><!-- Create a =
List of All Questions on Page----><!-- Check For Form Status ----><!-- =
Initialize Form Navigation Bar ----><!-- Construct Navigation =
Bar---><!-- Form --->
<FORM name=3DFormDoc action=3Dactform.cfm method=3Dpost><INPUT =
type=3Dhidden=20
name=3Dtheaction> <INPUT type=3Dhidden name=3Dsection> <INPUT =
type=3Dhidden value=3D112374=20
name=3Duserid> <INPUT type=3Dhidden value=3D127 name=3Dformid> <INPUT =
type=3Dhidden=20
value=3DWRITE name=3DMODE> <INPUT type=3Dhidden value=3D240 =
name=3DORGID> <INPUT=20
type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden value=3D39551663 =
name=3DCFTOKEN> <INPUT=20
type=3Dhidden value=3D4901 name=3DCFID> <INPUT type=3Dhidden=20
value=3Dmode=3DWRITE&amp;formid=3D127&amp;userid=3D112374&amp;orgid=3D240=
&amp;cftoken=3D39551663&amp;cfid=3D4901=20
name=3Dqstring>=20
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#ffffff =
border=3D0>
  <TBODY>
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD align=3Dmiddle><!-- Logo and Form Name --->
      <TABLE cellSpacing=3D0 cellPadding=3D0 bgColor=3D#ffffff =
border=3D0>
        <TBODY>
        <TR>
          <TD><IMG src=3D""></TD>
          <TD id=3Dformname>Part I - Annual Report Questionnaire=20
            <B>REQUIRED<B>&nbsp;&nbsp;&nbsp;&nbsp;
            <HR>
            </B></B></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD><A name=3Dtop><B>Indiana-Kentucky Border</B></A></TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD><CFOUTPUT>
      <TABLE>
        <TBODY>
        <TR>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A =
href=3D"javascript:SubmitNow()">Save=20
            and Mark Form as Complete</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A=20
            href=3D"javascript:SaveandSubmit()">Save=20
          Changes</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A =
href=3D"javascript:formExit();">Main=20
            Menu</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A=20
            href=3D"javascript:viewPrint();">Printable=20
            =
Version</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TBODY></TABLE></CFOUTPUT>
      <HR>
    </TD></TR>
  <TR>
    <TD id=3Dinstructtxt>Please provide your answers in the form below. =
You may=20
      save your work and return to this form at any time by clicking =
"Save=20
      Changes". Once you have completed this form, please click "Save =
and Mark=20
      Form as Complete".</TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Test Sections ---><!-- Initialize Section Navigation Bar =
----><!-- Determine PageBreaks ----><!-- Get Sections ----><!-- =
Construct Section Bar--->
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D520>****Important Notice =
Please=20
            Read****</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?mode=3DWRITE&amp;formid=3D127&amp;userid=3D112374&amp;or=
gid=3D240&amp;cftoken=3D39551663&amp;cfid=3D4901#top">Back=20
      to Top</A></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D521>Web Posting of Annual =

            Reports</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><INPUT type=3Dcheckbox value=3D30897_ON=20
            name=3DQUES30897> Our Section would like to have Parts I and =
II (if=20
            applicable) posted on the Local Section Activities Committee =

          website.</TD></TR><!-- Append Question to Formula =
Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?mode=3DWRITE&amp;formid=3D127&amp;userid=3D112374&amp;or=
gid=3D240&amp;cftoken=3D39551663&amp;cfid=3D4901#top">Back=20
      to Top</A></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D522>1. TOP =
ACTIVITIES</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Please list the titles of your top =
activities=20
            (Rank order) and indicate if the activity was new in =
2008.</TD></TR><!-- Append Question to Formula Array---><!-- Print HTML =
-->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dcenter></DIV>Check <BR>if new<BR>in =
2008<BR>
                  <DIV></DIV></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dcenter><B>Title of =
Activity</DIV></B></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>1.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30903_ON name=3DQUES30903>=20
                  <DIV align=3Dcenter></DIV></TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Coffee House Chemistry" =
name=3DQUES30904></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>2.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30906_ON name=3DQUES30906></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Otterball Chemistry Social" =
name=3DQUES30907></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>3.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30909_ON name=3DQUES30909></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"IN KY Local Section Honors Banquet" =

                  name=3DQUES30910></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>4.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30912_ON name=3DQUES30912></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"ACS Speaker - E Gerald Meyer"=20
name=3DQUES30913></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>5.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30915_ON name=3DQUES30915></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"ACS Speaker - R. Paul Philp" =
name=3DQUES30916></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>6.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30918_ON name=3DQUES30918></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Joint ACS/OVAC Speaker - Kara Huff =
Hartz"=20
                  name=3DQUES30919></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>7.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30921_ON name=3DQUES30921></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"ACS Speaker - Howard Peters" =
name=3DQUES30922></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>8.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30924_ON name=3DQUES30924></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Chemistry Week Activities" =
name=3DQUES30925></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>9.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30927_ON name=3DQUES30927></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Chemistry Olympiad" =
name=3DQUES30928></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>
                  <DIV align=3Dright>10.</DIV></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30930_ON name=3DQUES30930></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Holiday Party"=20
            name=3DQUES30931></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?mode=3DWRITE&amp;formid=3D127&amp;userid=3D112374&amp;or=
gid=3D240&amp;cftoken=3D39551663&amp;cfid=3D4901#top">Back=20
      to Top</A></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D523>2. SECTION=20
        ADMINISTRATION</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>EXECUTIVE COMMITTEE </TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.1 How many =
times did=20
                  the executive committee meet during 2008? </TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D2 name=3DQUES30934></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.2 How many =
members are=20
                  on the executive committee?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D7 name=3DQUES30936></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.3 How many =
section=20
                  meetings were held in 2008?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D8 name=3DQUES30938></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.4 On =
average, how many=20
                  members attend <B>a regular section =
meetings</B>?</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D20 =
name=3DQUES30940></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>COUNCILORS</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.5</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>What =
percentage of the=20
                  section's Councilors were in official attendance at =
the ACS=20
                  spring Council meeting? </TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D100 name=3DQUES30944></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>%</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.6</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>What =
percentage of the=20
                  section=E2=80=99s Councilors were in official =
attendance at the ACS=20
                  fall Council meeting? </TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D100 name=3DQUES30948></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt=20
        vAlign=3Dbottom>%</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>2.7 How do Councilors report to the =
section about=20
            national ACS matters?<BR><B>(check all that =
apply)</B></TD></TR><!-- Append Question to Formula Array---><!-- Print =
HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D30951_ON name=3DQUES30951> at a =
section meeting</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D30952_ON name=3DQUES30952> at an =
executive=20
                  committee meeting</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D30953_ON name=3DQUES30953> in the =
newsletter</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D30954_ON name=3DQUES30954> on the =
local section=20
                  website</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>COMMITTEES</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>2.8 Specify active committees having<B> =
two or=20
            more members. Please indicate the chair's name where=20
          appropriate.</B></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30957_ON name=3DQUES30957> Awards</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30958_ON name=3DQUES30958> Mentoring</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Robert Flachskam" =
name=3DQUES30959></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30960></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30961_ON name=3DQUES30961> =
Budgets/Finance</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30962_ON name=3DQUES30962> Minority =
Affairs</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"W.L. Magnesun" =
name=3DQUES30963></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30964></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30965_ON name=3DQUES30965> Career =
Assistance/Employment</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30966_ON name=3DQUES30966> =
Newsletter/Publication</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES30967></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Nancy Flachskam" =
name=3DQUES30968></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30969_ON name=3DQUES30969> Chemistry =
Olympiad</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30970_ON name=3DQUES30970> =
Nominations</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Evan Millam" =
name=3DQUES30971></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Kristy Miller" =
name=3DQUES30972></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30973_ON name=3DQUES30973> Community =
Activities <BR>(e.g.=20
                  National Chemistry Week or <BR>Chemists Celebrate =
Earth Day,=20
                  etc.)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30974_ON name=3DQUES30974> Professional =
Relations</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Marilyn Hurst" =
name=3DQUES30975></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30976></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30977_ON name=3DQUES30977> Continuing =
Education</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30978_ON name=3DQUES30978> Project =
SEED</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30979></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES30980></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30981_ON name=3DQUES30981> Education</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30982_ON name=3DQUES30982> Public =
Relations</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30983></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30984></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30985_ON name=3DQUES30985> =
Environmental</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30986_ON name=3DQUES30986> Senior =
Chemists</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30987></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30988></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30989_ON name=3DQUES30989> Environmental =
Health &amp;=20
                  Safety/<BR>Chemical Hygiene</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30990_ON name=3DQUES30990> Women =
Chemists</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES30991></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Kristy Miller" =
name=3DQUES30992></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30993_ON name=3DQUES30993> Government =
Affairs</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30994_ON name=3DQUES30994> Younger =
Chemists</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES30995></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Kristy Miller" =
name=3DQUES30996></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D30997_ON name=3DQUES30997> Industry =
Relations</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT=20
                  maxLength=3D40 size=3D40 name=3DQUES30998></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Ihab Odeh" =
name=3DQUES30999></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES31000></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31001_ON name=3DQUES31001> Long-Range =
Planning</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT=20
                  maxLength=3D40 size=3D40 name=3DQUES31002></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 value=3D"Derek Lake" =
name=3DQUES31003></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES31004></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31005_ON name=3DQUES31005> Membership/Member =
Retention</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT=20
                  maxLength=3D40 size=3D40 name=3DQUES31006></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES31007></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 name=3DQUES31008></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT=20
                  maxLength=3D40 size=3D40 name=3DQUES31010></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT=20
                  maxLength=3D20 =
name=3DQUES31012></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>SUBSECTIONS</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.9</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
subsections are=20
                  active in the section?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31016></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.10</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
subsection=20
                  meetings were held in 2008?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 =
name=3DQUES31019></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>TOPICAL GROUPS</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.11</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
topical groups=20
                  are active in the section?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31023></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.12</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
topical group=20
                  meetings were held in 2008?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 =
name=3DQUES31026></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>OPERATIONS AND PLANNING (check all that=20
        apply)</TD></TR><!-- Append Question to Formula Array---><!-- =
Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.13</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31029_ON name=3DQUES31029></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
prepared a=20
                  budget for 2008 (Please include a copy in Part II =
Appendix=20
                2)</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.14</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31032_ON name=3DQUES31032></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
prepared a=20
                  budget for 2009 (Please include a copy in Part II, =
Appendix=20
                2)</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.15</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31035_ON name=3DQUES31035></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
prepared a=20
                  long-range plan (Please include a copy in Part II, =
Appendix=20
                2)</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.16</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31038_ON name=3DQUES31038></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
maintains=20
                  and uses a current job manual prepared by the section =
as a=20
                  guide for officers and committees.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.17</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31041_ON name=3DQUES31041></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
conducted a=20
                  membership survey in 2008 to determine member's =
interests and=20
                  needs (Please include a copy in Part II, Appendix =
3)</TD><!-- Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.18</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31044_ON name=3DQUES31044></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>A section =
representative=20
                  attended the ACS Leaders Conference (Local Section =
Leaders=20
                  Track) in 2008.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.19</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31047_ON name=3DQUES31047></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
has a=20
                  succession =
plan.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>SECTION COMMUNICATION</TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.20</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
newsletters=20
                  were published in 2008?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D8 name=3DQUES31053></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.21</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31055_ON name=3DQUES31055></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>One copy of a =
newsletter=20
                  is included in Appendix 3.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.22</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
meeting notices=20
                  were published in 2008?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D10 name=3DQUES31060></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.23</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31062_ON name=3DQUES31062></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
has an=20
                  active website.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a. URL: <INPUT =

                  maxLength=3D40 size=3D40 =
value=3Dwww.usi.edu/science/chemistry/inky/=20
                  name=3DQUES31064></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b. Webmaster =
Name:=20
                  <INPUT maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES31068></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c. email: =
<INPUT=20
                  maxLength=3D40 size=3D40 value=3Djseyler@usi.edu =
name=3DQUES31072></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.24</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31074_ON name=3DQUES31074></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
used=20
                  electronic communication.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.25</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31078_ON name=3DQUES31078></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
posted its=20
                  2007 Annual Report on its =
website.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>SECTION ELECTIONS</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.26</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31082_ON name=3DQUES31082> The section =
conducted a=20
                  2008 officer election.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.27</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31085_ON name=3DQUES31085> The section =
conducted=20
                  its 2008 elections electronically.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Please =
identify vendor=20
                  or software used. <INPUT maxLength=3D40 size=3D40=20
                name=3DQUES31086></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.28</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31088_ON name=3DQUES31088> The section revised =
its bylaws=20
                  to allow electronic elections</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.29</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
members voted=20
                  in the 2008 officer election?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D10 name=3DQUES31092></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.30</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many 2008 =
elected=20
                  officials, councilors and committee chairs:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a. have held =
other=20
                  <B>elected</B> positions in the local section</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D3 name=3DQUES31097></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b. have held =
other=20
                  <B>appointed</B> positions in the local =
section</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31100></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c. presently =
hold more=20
                  than one elected office</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31103></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>d. are in =
their first=20
                  two years of service</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D1 =
name=3DQUES31106></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>2.31<BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>For each =
election that=20
                  was held in 2008 please give the number of <BR>members =
that=20
                  ran for:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a. =
Chair-elect</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D1 name=3DQUES31115></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b. =
Secretary</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D1 name=3DQUES31120></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c. =
Treasurer</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D1 name=3DQUES31125></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>d. Other (not =
including=20
                  councilor) <INPUT maxLength=3D20 =
name=3DQUES31129></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 name=3DQUES31130></TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt=20
                vAlign=3Dbottom>2.32<BR><BR><BR><BR><BR></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>For the =
positions of=20
                  Councilor and Alternate Councilor, did your<BR>local =
section=20
                  vote for a single list of Councilor/Alternate=20
                  Councilors<BR>candidates with the highest vote getters =
being=20
                  elected as Councilor <BR>and those with the next =
highest vote=20
                  counts being elected Alternate<BR>Councilor?</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dradio=20
                  value=3D31141_ON name=3DQUES31141> =
Yes<BR><BR><BR><BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dradio=20
                  CHECKED value=3D31142_ON name=3DQUES31141>=20
                No<BR><BR><BR><BR><BR></TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.33</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many total =
Councilor=20
                  positions <B>were available</B> for 2008?</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31145></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.34</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many total =
Alternate=20
                  Councilor positions <B>were available</B> for =
2008?</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31149></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.35</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
Councilor=20
                  positions <B>were filled</B> in 2008?</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31153></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.36</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many total =
Alternate=20
                  Councilor position <B>were filled</B> in =
2008?</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31159></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.37</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
candidates were=20
                  on the 2008 ballot for the available Councilor =
positions?</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31162></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.38</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many =
candidates were=20
                  on the 2008 ballot for the available Alternate =
Councilor=20
                  positions?</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 name=3DQUES31165></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.39</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>What was the =
total=20
                  number of candidates for Councilor and Alternate =
Councilor in=20
                  2008?</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D0 =
name=3DQUES31168></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>SECTION AWARDS (check all that =
apply)</TD></TR><!-- Append Question to Formula Array---><!-- Print HTML =
-->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.40</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31171_ON name=3DQUES31171></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
submitted a=20
                  nomination for the ACS Regional Award in High School =
Chemistry=20
                  Teaching during 2008.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.41</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31610_ON name=3DQUES31610></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
submitted a=20
                  nomination for the Stanley C. Israel Regional Award =
for=20
                  Advancing Diversity in the Chemical=20
            Sciences.</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>The section gave awards or a Salutes to=20
            Excellence to:</TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.42</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31176_ON name=3DQUES31176> Primary school =
students=20
(K-6)</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.43</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31178_ON name=3DQUES31178> Secondary =
school=20
                  students (7-12)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.44</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31180_ON name=3DQUES31180> College =
students</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.45</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31182_ON name=3DQUES31182> Primary school =
teachers=20
(K-6)</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.46</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31184_ON name=3DQUES31184> Secondary school =
teachers=20
                (7-12)</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.47</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31186_ON name=3DQUES31186> College =
teachers</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.48</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31188_ON name=3DQUES31188> Members of the =
local section=20
                  for service</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.49</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31190_ON name=3DQUES31190> Outstanding =
chemist(s),=20
                  regardless of section affiliation</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.50</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31192_ON name=3DQUES31192> The section or =
local company=20
                  encouraged and/or submitted a nomination for the ACS =
Regional=20
                  Industrial Innovation =
Awards.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>SECTION AFFILIATES</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>2.51<BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many paid =
section=20
                  affiliates excluding students (teachers, technicians, =
others)=20
                  are there in the section?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 name=3DQUES31197></TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.52</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31199_ON name=3DQUES31199></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section has =
supported an=20
                  existing Technician Affiliate Group (TAG)during =
2008.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.53</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31202_ON name=3DQUES31202></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section has =
promoted the=20
                  formation of a Technician Affiliate Group during=20
              2008.</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>REGIONAL MEETINGS</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.54</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31206_ON name=3DQUES31206></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Does your =
local section=20
                  have a representative to your Regional Board/Steering=20
                  Committee?</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.55</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31209_ON name=3DQUES31209></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Does your =
section=20
                  participate in the Regional Chmemjobs Employment=20
              Center?</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>VOLUNTEERS</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.56 =
<BR><BR><BR></TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><BR>Please =
indicate=20
                  the approximate number of active volunteers in your =
local=20
                  section. <BR>(Volunteer is defined as a member who =
helps plan=20
                  or organizes a meeting or activity, <BR>serves on a =
committee,=20
                  or is an elected official including Councilor and =
Alternate=20
                  Councilor.)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D20 name=3DQUES31216></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many of =
these=20
                  volunteers were new in 2008?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D5 =
name=3DQUES31221></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.57</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Please =
indicate all the=20
                  ways that you recognize volunteers:</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31226_ON name=3DQUES31226> =
Certificates</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31227_ON name=3DQUES31227> Gifts</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31229_ON name=3DQUES31229> Awards</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31230_ON name=3DQUES31230> Letter to =
volunteer</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31232_ON name=3DQUES31232> Letter to =
volunteer's=20
                supervisor</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31233_ON name=3DQUES31233> Recognition =
at an=20
                event</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31235_ON name=3DQUES31235> No formal =
recognition=20
program</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT=20
                  maxLength=3D40 size=3D40 =
name=3DQUES31236></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>2.58<BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How does your =
local=20
                  section identify future leaders <BR>and get them into =
the=20
                  leadership pipeline?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31241_ON name=3DQUES31241> =
Self-Nominations</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31242_ON name=3DQUES31242> Solicitation or =
advertising</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31245_ON name=3DQUES31245> Identify active =
committee=20
                  members</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31246_ON name=3DQUES31246> Formal leadership =
training</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31249_ON name=3DQUES31249> Outreach to =
new=20
                members</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31250_ON name=3DQUES31250> =
Arm-Twisting</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT=20
                  maxLength=3D20 name=3DQUES31253></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>2.59<BR><BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Aside from the =

                  Chair-Elect becoming Chair, does your local<BR>section =
have a=20
                  long-term plan for developing new<BR>leaders and/or=20
                volunteers?</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dradio=20
                  value=3D31256_ON name=3DQUES31256> Yes</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dradio=20
                  CHECKED value=3D31257_ON name=3DQUES31256> No</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>2.60<BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Does your =
local section=20
                  support travel of members<BR>(other than councilors) =
to:</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31261_ON name=3DQUES31261> National =
meetings</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31262_ON name=3DQUES31262> Regional =
meetings</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31264_ON name=3DQUES31264> Leaders =
Conferences</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31265_ON name=3DQUES31265> Other</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D20=20
                  =
name=3DQUES31266></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?mode=3DWRITE&amp;formid=3D127&amp;userid=3D112374&amp;or=
gid=3D240&amp;cftoken=3D39551663&amp;cfid=3D4901#top">Back=20
      to Top</A></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D524>3 - 8 Connecting =
Chemistry and=20
            the Community</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><FONT size=3D3>3. COMMUNITY BUILDING<B> =
(check all=20
            that apply)</B></FONT></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>3.1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31269_ON name=3DQUES31269></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Industrial =
members are=20
                  active in the section's governance.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>3.2</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31272_ON name=3DQUES31272></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
communicated=20
                  with non-ACS members working in industry and local =
companies=20
                  about meetings and programs.</TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>3.3</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31275_ON name=3DQUES31275></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Local =
companies have=20
                  financially-sponsored an activity or donated money to =
the=20
                  section.</TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></B>3.4 Industrial members (M), local =
companies=20
            (C), and/or non-members employed in industry (N) =
participated in=20
            these section programs or activities:</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>M</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>C</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>N</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31283_ON name=3DQUES31283></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31284_ON name=3DQUES31284></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31285_ON name=3DQUES31285></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Meeting at =
industrial=20
                  site/plant tour</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31288_ON name=3DQUES31288></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31289_ON name=3DQUES31289></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31290_ON name=3DQUES31290></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Local Section=20
                  Award/Recognition program</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31293_ON name=3DQUES31293></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31294_ON name=3DQUES31294></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31295_ON name=3DQUES31295></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Membership =
drive for new=20
                  members</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31298_ON name=3DQUES31298></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31299_ON name=3DQUES31299></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31300_ON name=3DQUES31300></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Industrial=20
                  speaker/Industrially-focused topic</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31303_ON name=3DQUES31303></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31304_ON name=3DQUES31304></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31305_ON name=3DQUES31305></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>National =
Chemistry Week,=20
                  Chemists Celebrate Earth Day or other community =
outreach=20
                  activity</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31308_ON name=3DQUES31308></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31309_ON name=3DQUES31309></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31310_ON name=3DQUES31310></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Career =
development=20
                  activities</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31313_ON name=3DQUES31313></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31314_ON name=3DQUES31314></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31315_ON name=3DQUES31315></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Student or =
younger=20
                  chemist =
activities</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>3.5</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31319_ON name=3DQUES31319></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section is =

                  affiliated with other technical or scientific =
societies or=20
                  consortia.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
affiliated=20
                  with:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>(name of =
technical=20
                  organization)</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 name=3DQUES31327></TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This =
affiliation was=20
                  approved by ACS council in what year.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 =
name=3DQUES31331></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>3.6<BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom><BR><BR><BR>Please=20
                  indicate groups that your section held joint =
<BR>event(s)=20
                with:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31336_ON name=3DQUES31336> Local =
Section</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31337_ON name=3DQUES31337> Boy/Girl =
Scouts</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31339_ON name=3DQUES31339> Community =
Group</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31340_ON name=3DQUES31340> Another =
Professional Society</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31342_ON name=3DQUES31342> Underrepresented =
Minority=20
                  Community Group</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31343_ON name=3DQUES31343> =
Other</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Ohio Valley Analytical Chemists"=20
                =
name=3DQUES31344></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><FONT size=3D3>4. MENTORING AND =
LEADERSHIP<B>=20
            (check all that apply)</B></FONT></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31347_ON name=3DQUES31347></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
provided=20
                  services for pre-college students.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.2</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31350_ON name=3DQUES31350></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
provided=20
                  speakers for student affiliates chapter =
meetings.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.3</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31353_ON name=3DQUES31353></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
organized=20
                  tours of local industries for student =
affiliates.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.4</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31356_ON name=3DQUES31356></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
offered=20
                  financial support for student affiliates chapter=20
activities.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.5</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31359_ON name=3DQUES31359></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
offered=20
                  financial support to students attending regional or =
national=20
                  meetings (undergraduate and/or graduate).</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.6</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31362_ON name=3DQUES31362></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
appointed a=20
                  member as student affiliates chapter liaison.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.7</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31365_ON name=3DQUES31365></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
members=20
                  served as non-faculty professional advisers or =
contacts for=20
                  students and young chemists.</TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.8</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31368_ON name=3DQUES31368></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
provided=20
                  students with free subscriptions to journals.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.9</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31371_ON name=3DQUES31371></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
invited=20
                  student affiliates to attend regular section =
meetings.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.10</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31374_ON name=3DQUES31374></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
sponsored a=20
                  teacher affiliate group to engage students in =
ACS.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>4.11<BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31377_ON name=3DQUES31377> =
<BR></TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
involved=20
                  student affiliates in community outreach activities =
<BR>(e.g.=20
                  National Chemistry Week and/or Chemists Celebrate =
Earth Day,=20
                  etc.).</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.12</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31380_ON name=3DQUES31380></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
distributed=20
                  career literature to students or to colleges and=20
                universities.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>4.13</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31383_ON name=3DQUES31383></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
developed=20
                  and maintained a networking=20
        directory.</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><FONT size=3D3>5. PROFESSIONAL =
DEVELOPMENT<B>=20
            (check all that apply)</FONT></B></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31387_ON name=3DQUES31387> The section =
published articles=20
                  on employment services in its newsletter or =
website.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.2</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31389_ON name=3DQUES31389> The section =
sponsored local=20
                  employment services (e.g., free ads in section =
newsletter or=20
                  website, job counseling, employment clearing =
house).</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.3</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31391_ON name=3DQUES31391> A section =
representative=20
                  attended a Local Section Career Program offered by the =

                  National ACS (if available) during 2008.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.4</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31393_ON name=3DQUES31393> The section =
referred=20
                  individuals to the national ACS Department of Career=20
                  Management and Development.</TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.5</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31395_ON name=3DQUES31395> The section =
maintained a job=20
                  line for career opportunities available within the =
local=20
                  section.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.6</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31397_ON name=3DQUES31397> The section hosted =
an ACS short=20
                  course.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.7</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many local =
section=20
                  career programs or activities were conducted in =
2008?</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 name=3DQUES31400></TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a. How many =
career=20
                  programs were new in 2008?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 name=3DQUES31403></TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.8</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31405_ON name=3DQUES31405> The section offered =
career=20
                  counseling/literature.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>5.9<BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31407_ON name=3DQUES31407> The section =
maintains a list=20
                  (and contact information) of local=20
                  organizations<BR>(networking directory) that employ =
chemical=20
                  professionals?</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.10</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31409_ON name=3DQUES31409> The section have a =
Career=20
                  Coordinator?</TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><FONT size=3D3>6. CONTINUING EDUCATION =
<B>(check=20
            all that apply)</FONT></B></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31412_ON name=3DQUES31412> The section =
organized a=20
                  regional meeting.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31414_ON name=3DQUES31414> An ACS Technical =
Division was=20
                  involved.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.2</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31416_ON name=3DQUES31416> The Section =
organized a=20
                  symposium.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31418_ON name=3DQUES31418> An ACS Technical =
Division was=20
                  involved.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.3</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31420_ON name=3DQUES31420> The organized a=20
                  Meeting-in-Miniature.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31422_ON name=3DQUES31422> An ACS Technical =
Division was=20
                  involved.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.4</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31424_ON name=3DQUES31424> The section =
organized=20
                  an undergraduate research symposium.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31426_ON name=3DQUES31426> An ACS Technical =
Division was=20
                  involved.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.5</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31428_ON name=3DQUES31428> The section =
organized a meeting=20
                  that was co-sponsored by an ACS Technical=20
              Division.</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.6</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31431_ON name=3DQUES31431></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
has topical=20
                  groups in interdisciplinary areas.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.7</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31434_ON name=3DQUES31434></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
has=20
                  sponsored meetings with an interdisciplinary =
focus.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.8</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31437_ON name=3DQUES31437></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
offered=20
                  activities such as symposia, seminars, or sponsored =
student=20
                  activities on environmental issues.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>6.9</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31440_ON name=3DQUES31440></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
offered=20
                  specifically tailored symposia, seminars, or sponsored =

                  activities for industrial chemical=20
            professionals.</TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><FONT size=3D3>7. PUBLIC OUTREACH =
<B>(check all=20
            that apply)</FONT><BR><BR>The section provided assistance to =
K-12=20
            schools by:</B></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31444_ON name=3DQUES31444></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Providing =
judges for=20
                  area science fair(s)</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.2</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31447_ON name=3DQUES31447></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Sponsoring =
awards at=20
                  area science fair(s)</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.3</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31450_ON name=3DQUES31450></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Participate in =
US=20
                  National Chemistry Olympiad</TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.4</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31453_ON name=3DQUES31453></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Presenting =
career=20
                  programs and/or distributing career literature to =
students or=20
                  schools</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.5</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31456_ON name=3DQUES31456></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Sponsoring or =
organizing=20
                  student competitions (e.g., chemistry examinations, =
ChemBowls,=20
                  poster competitions)</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.6</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31459_ON name=3DQUES31459></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Presenting =
Chemical=20
                  Demonstrations</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.7</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31462_ON name=3DQUES31462></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Participating =
in=20
                  National US Chemistry Olympiad</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.8</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31465_ON name=3DQUES31465></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Members making =
visits to=20
                  K-8 classrooms.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.9</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31468_ON name=3DQUES31468></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Members making =
visits to=20
                  9-12 classrooms</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt=20
        vAlign=3Dbottom></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><B>The section encourages participation =
and=20
            leadership in all aspects of the chemical sciences by women =
(W),=20
            <BR>underrepresented groups (G), and persons with =
disabilities (D).=20
            (check all that apply)</B></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>W</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>G</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>D</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.10</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31478_ON name=3DQUES31478></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31479_ON name=3DQUES31479></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31480_ON name=3DQUES31480></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
conducted=20
                  hands-on science activities in elementary and/or =
middle school=20
                  classrooms.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.11</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31483_ON name=3DQUES31483></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31484_ON name=3DQUES31484></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31485_ON name=3DQUES31485></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
sponsored=20
                  hands-on science activities in underserved =
communities.</TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.12</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31488_ON name=3DQUES31488></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31489_ON name=3DQUES31489></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31490_ON name=3DQUES31490></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
provided=20
                  summer research opportunities.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>7.13<BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31493_ON name=3DQUES31493> <BR></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31494_ON name=3DQUES31494> <BR></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31495_ON name=3DQUES31495> <BR></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR>The =
section=20
                  developed science career fairs at high schools or=20
                  colleges<BR>that have high female, underrepresented =
minority=20
                  or disabled populations.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.14</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31498_ON name=3DQUES31498></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31499_ON name=3DQUES31499></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31500_ON name=3DQUES31500></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
organized=20
                  summer science camps.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.15</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31503_ON name=3DQUES31503></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31504_ON name=3DQUES31504></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31505_ON name=3DQUES31505></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
sponsored=20
                  contests or awards.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.16</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31508_ON name=3DQUES31508></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31509_ON name=3DQUES31509></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31510_ON name=3DQUES31510></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
maintained=20
                  employment services.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.17</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31514_ON name=3DQUES31514></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31515_ON name=3DQUES31515></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31516_ON name=3DQUES31516></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
leadership=20
                  (elected or appointed) includes underrepresented =
groups.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.18</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31519_ON name=3DQUES31519></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31520_ON name=3DQUES31520></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31521_ON name=3DQUES31521></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
sponsored=20
                  community outreach activities.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.19</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31524_ON name=3DQUES31524></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31525_ON name=3DQUES31525></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31526_ON name=3DQUES31526></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section =
members mentored=20
                  students or =
colleagues.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.20</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31530_ON name=3DQUES31530> The section =
maintained an=20
                  experts roster and provided it to local =
media.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.21</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31532_ON name=3DQUES31532> The section created =
or updated=20
                  a media list.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.22</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31534_ON name=3DQUES31534> The section =
prepared a public=20
                  relations plan and included a copy of this plan in =
Appendix=20
                4.</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.23</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many times =
were=20
                  section activities promoted to the local media (press=20
                  releases, op-eds, advisories, etc.)?</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D2 name=3DQUES31537></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.24</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31539_ON name=3DQUES31539> The section used an =
ACS film,=20
                  videotape, or other ACS visual-aid resource at a =
public=20
                event.</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.25</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>How many talks =
were=20
                  given by section members to the public in =
2008?</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); maxLength=3D5 =
onchange=3DisNumeric(this);=20
                  size=3D5 value=3D1 =
name=3DQUES31542></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.26 The =
section=20
                  participated in, or conducted the following community=20
                  activities:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31545_ON name=3DQUES31545> National =
Chemistry=20
                Week</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31546_ON name=3DQUES31546> Chemists =
Celebrate=20
                  Earth Day</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Boy and Girl Scouts Merit Badge Days"=20
name=3DQUES31547></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.27 The =
number of=20
                  community outreach events conducted during National =
Chemistry=20
                  Week. <INPUT onblur=3DisNumeric(this); maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D2 =
name=3DQUES31548></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.28 The =
number of=20
                  community outreach activities conducted during =
Chemists=20
                  Celebrate Earth Day. <INPUT onblur=3DisNumeric(this);=20
                  maxLength=3D5 onchange=3DisNumeric(this); size=3D5 =
value=3D1=20
                  =
name=3DQUES31549></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.29</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31552_ON name=3DQUES31552></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
conducted=20
                  teacher workshops.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.30</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31555_ON name=3DQUES31555></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
invited=20
                  teachers to attend section meetings.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.31</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31558_ON name=3DQUES31558></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
provided=20
                  teachers with free subscriptions to magazines or =
journals.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.32</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31561_ON name=3DQUES31561></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
involved=20
                  teachers in section program planning.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.33</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31564_ON name=3DQUES31564></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
participated=20
                  in Project SEED</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.34</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31567_ON name=3DQUES31567></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
provided a=20
                  forum to address educational issues.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.35</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31570_ON name=3DQUES31570></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
conducted a=20
                  Science Cafe(s) in =
2008.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><FONT size=3D3>8. ADVOCACY <B>(check all =
that=20
            apply)</B></FONT></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31575_ON name=3DQUES31575></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
has a=20
                  government affairs committee that has regular =
activities or=20
                  meetings.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.2</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31578_ON name=3DQUES31578></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
actively=20
                  encourages members to join and participated in ACS'=20
                  Legislative Action Network.</TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.3</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31581_ON name=3DQUES31581></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section =
informed its=20
                  members on legislative issues and events through =
newsletter=20
                  articles, website, or other communication =
method.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.4</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  CHECKED value=3D31584_ON name=3DQUES31584></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
has made=20
                  efforts to communicate ACS public policy positions =
with=20
                  elected officials or policymakers (such as invitations =
to=20
                  local section meetings, visits to offices of elected=20
                  officials/policymakers, etc.)</TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.5</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31587_ON name=3DQUES31587></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
organized or=20
                  participated in a special government relations event =
(state=20
                  capitol day, science town meeting, legislative =
hearing, public=20
                  policy forum, etc.).</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.6</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31590_ON name=3DQUES31590></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section =
member(s) held=20
                  an office or key position in local, state or federal=20
                  government in =
2008.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to Formula =
Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?mode=3DWRITE&amp;formid=3D127&amp;userid=3D112374&amp;or=
gid=3D240&amp;cftoken=3D39551663&amp;cfid=3D4901#top">Back=20
      to Top</A></TD></TR><INPUT type=3Dhidden=20
  =
value=3D30897,30898,30899,30900,30901,30902,30903,30904,30905,30906,30907=
,30908,30909,30910,30911,30912,30913,30914,30915,30916,30917,30918,30919,=
30920,30921,30922,30923,30924,30925,30926,30927,30928,30929,30930,30931,3=
0932,30933,30934,30935,30936,30937,30938,30939,30940,30941,30942,30943,30=
944,30945,30946,30947,30948,30949,30950,30951,30952,30953,30954,30955,309=
56,30957,30958,30959,30960,30961,30962,30963,30964,30965,30966,30967,3096=
8,30969,30970,30971,30972,30973,30974,30975,30976,30977,30978,30979,30980=
,30981,30982,30983,30984,30985,30986,30987,30988,30989,30990,30991,30992,=
30993,30994,30995,30996,30997,30998,30999,31000,31001,31002,31003,31004,3=
1005,31006,31007,31008,31009,31010,31011,31012,31013,31014,31015,31016,31=
017,31018,31019,31020,31021,31022,31023,31024,31025,31026,31027,31028,310=
29,31030,31031,31032,31033,31034,31035,31036,31037,31038,31039,31040,3104=
1,31042,31043,31044,31045,31046,31047,31048,31049,31050,31051,31052,31053=
,31054,31055,31056,31057,31058,31059,31060,31061,31062,31063,31064,31065,=
31066,31067,31068,31069,31070,31071,31072,31073,31074,31075,31076,31077,3=
1078,31079,31080,31081,31082,31083,31084,31085,31086,31087,31088,31089,31=
090,31091,31092,31093,31094,31095,31096,31097,31098,31099,31100,31101,311=
02,31103,31104,31105,31106,31107,31108,31109,31110,31111,31112,31113,3111=
4,31115,31116,31117,31118,31119,31120,31121,31122,31123,31124,31125,31126=
,31127,31128,31129,31130,31131,31132,31133,31134,31135,31136,31137,31138,=
31139,31140,31141,31142,31143,31144,31145,31146,31147,31148,31149,31150,3=
1151,31152,31153,31154,31155,31156,31157,31158,31159,31160,31161,31162,31=
163,31164,31165,31166,31167,31168,31169,31170,31171,31172,31173,31610,316=
11,31174,31175,31176,31177,31178,31179,31180,31181,31182,31183,31184,3118=
5,31186,31187,31188,31189,31190,31191,31192,31193,31194,31195,31196,31197=
,31198,31199,31200,31201,31202,31203,31204,31205,31206,31207,31208,31209,=
31210,31211,31212,31213,31214,31215,31216,31217,31218,31219,31220,31221,3=
1222,31223,31224,31225,31226,31227,31228,31229,31230,31231,31232,31233,31=
234,31235,31236,31237,31238,31239,31240,31241,31242,31243,31244,31245,312=
46,31247,31248,31249,31250,31251,31252,31253,31254,31255,31256,31257,3125=
8,31259,31260,31261,31262,31263,31264,31265,31266,31267,31268,31269,31270=
,31271,31272,31273,31274,31275,31276,31277,31278,31279,31280,31281,31282,=
31283,31284,31285,31286,31287,31288,31289,31290,31291,31292,31293,31294,3=
1295,31296,31297,31298,31299,31300,31301,31302,31303,31304,31305,31306,31=
307,31308,31309,31310,31311,31312,31313,31314,31315,31316,31317,31318,313=
19,31320,31321,31322,31323,31324,31325,31326,31327,31328,31329,31330,3133=
1,31332,31333,31334,31335,31336,31337,31338,31339,31340,31341,31342,31343=
,31344,31345,31346,31347,31348,31349,31350,31351,31352,31353,31354,31355,=
31356,31357,31358,31359,31360,31361,31362,31363,31364,31365,31366,31367,3=
1368,31369,31370,31371,31372,31373,31374,31375,31376,31377,31378,31379,31=
380,31381,31382,31383,31384,31385,31386,31387,31388,31389,31390,31391,313=
92,31393,31394,31395,31396,31397,31398,31399,31400,31401,31402,31403,3140=
4,31405,31406,31407,31408,31409,31410,31411,31412,31413,31414,31415,31416=
,31417,31418,31419,31420,31421,31422,31423,31424,31425,31426,31427,31428,=
31429,31430,31431,31432,31433,31434,31435,31436,31437,31438,31439,31440,3=
1441,31442,31443,31444,31445,31446,31447,31448,31449,31450,31451,31452,31=
453,31454,31455,31456,31457,31458,31459,31460,31461,31462,31463,31464,314=
65,31466,31467,31468,31469,31470,31471,31472,31473,31474,31475,31476,3147=
7,31478,31479,31480,31481,31482,31483,31484,31485,31486,31487,31488,31489=
,31490,31491,31492,31493,31494,31495,31496,31497,31498,31499,31500,31501,=
31502,31503,31504,31505,31506,31507,31508,31509,31510,31511,31512,31513,3=
1514,31515,31516,31517,31518,31519,31520,31521,31522,31523,31524,31525,31=
526,31527,31528,31529,31530,31531,31532,31533,31534,31535,31536,31537,315=
38,31539,31540,31541,31542,31543,31544,31545,31546,31547,31548,31549,3155=
0,31551,31552,31553,31554,31555,31556,31557,31558,31559,31560,31561,31562=
,31563,31564,31565,31566,31567,31568,31569,31570,31571,31572,31573,31574,=
31575,31576,31577,31578,31579,31580,31581,31582,31583,31584,31585,31586,3=
1587,31588,31589,31590,31591=20
  name=3Dthequestionlist>=20
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD id=3Dsectionnavbar =
align=3Dmiddle></TD></TR></TBODY></TABLE></TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME FORM
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TABLE></FORM>
<FORM name=3DNavigateForm><INPUT type=3Dhidden name=3DSECTION> <INPUT =
type=3Dhidden=20
value=3D127 name=3DFORMID> <INPUT type=3Dhidden value=3D112374 =
name=3DUSERID> <INPUT=20
type=3Dhidden value=3DWRITE name=3DMODE> <INPUT type=3Dhidden =
value=3D240 name=3DORGID>=20
<INPUT type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden =
value=3D39551663 name=3DCFTOKEN>=20
<INPUT type=3Dhidden value=3D4901 name=3DCFID> </FORM></FORM>
<FORM name=3DCommandForm><INPUT type=3Dhidden name=3DFormAction> <INPUT =
type=3Dhidden=20
name=3DSECTION> <INPUT type=3Dhidden value=3D127 name=3DFORMID> <INPUT =
type=3Dhidden=20
value=3D112374 name=3DUSERID> <INPUT type=3Dhidden value=3DWRITE =
name=3DMODE> <INPUT=20
type=3Dhidden value=3D240 name=3DORGID> <INPUT type=3Dhidden =
name=3DORGTYPE> <INPUT=20
type=3Dhidden value=3D39551663 name=3DCFTOKEN> <INPUT type=3Dhidden =
value=3D4901=20
name=3DCFID> </FORM><!-- End Of Form ---></TD></TR></TABLE><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  ADD CALCULATIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
----->
<SCRIPT language=3DJavascript1.2>
	function calculateFormulas()
	{

=09
	}
	</SCRIPT>

<SCRIPT language=3DJavascript1.2>
<!--
estPageHeight =3D eval("49 * 0");
//-->
</SCRIPT>
</BODY></HTML>

------=_NextPart_000_000A_01C98919.7174AF70
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://webapplications.acs.org/Applications/SOLAR/shared/survey.css

#formname {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #000066; LINE-HEIGHT: 15pt; =
FONT-FAMILY: times
}
#formnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#sectionname {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 12pt; =
FONT-FAMILY: times
}
#sectionnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#questionhdr {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#questiontxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#questionchildtxt {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#menuheader {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 14pt; =
FONT-FAMILY: tahoma
}
#menuoption {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: =
12pt; FONT-FAMILY: arial
}
#solarheader {
	FONT-WEIGHT: bold; FONT-SIZE: 19pt; COLOR: #ffffff; LINE-HEIGHT: 24pt; =
FONT-FAMILY: timesroman; BACKGROUND-COLOR: #000099
}
#subhead1 {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000000
}
#solartext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#navtext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000066; FONT-FAMILY: arial
}
#lineone {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#linetwo {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#instructtxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000099; FONT-FAMILY: =
sans-serif
}
#alphalist {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial
}
#ErrorText {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ff0000; FONT-FAMILY: arial
}
#PageBreak {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; LINE-HEIGHT: 12pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000099
}
#FormStatusWarning {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #ff0000
}
#FileUploadFont {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: arial
}

------=_NextPart_000_000A_01C98919.7174AF70--
