From: <Saved by Windows Internet Explorer 7>
Subject: SOLAR
Date: Thu, 1 Mar 2007 10:51:32 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01C75BEF.9375F100"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C75BEF.9375F100
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://acswebapplications.acs.org/applications/solar/standard/drawsurveyuserform.cfm?mode=READ&formid=105&userid=109147&orgid=240&cftoken=61812052&cfid=425051

=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://acswebapplications.acs.org/applications/solar/shared/surve=
y.css"=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=3D109147&orgid=3D240&cftoken=3D61812052&cfid=3D425051","SOLAR","=
width=3D620,height=3D320,menubar=3Dno,toolbar=3Dyes,scrollbars=3Dyes,resi=
zable=3Dyes");
}

function downFile(obj)
{

   quesid =3D obj.name;
   var a =3D open("downfile.cfm?questionid=3D"+ quesid + =
"&userid=3D109147&orgid=3D240&cftoken=3D61812052&cfid=3D425051","SOLAR","=
width=3D800,height=3D600,menubar=3Dyes,toolbar=3Dyes,scrollbars=3Dyes,res=
izable=3Dyes");
}

function viewPrint()
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
    printform =3D =
'loading.cfm?formid=3D105&userid=3D109147&orgid=3D240&cftoken=3D61812052&=
cfid=3D425051';=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.16414" 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=3D109147=20
name=3Duserid> <INPUT type=3Dhidden value=3D105 name=3Dformid> <INPUT =
type=3Dhidden=20
value=3DREAD name=3DMODE> <INPUT type=3Dhidden value=3D240 name=3DORGID> =
<INPUT=20
type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden value=3D61812052 =
name=3DCFTOKEN> <INPUT=20
type=3Dhidden value=3D425051 name=3DCFID> <INPUT type=3Dhidden=20
value=3Dmode=3DREAD&amp;formid=3D105&amp;userid=3D109147&amp;orgid=3D240&=
amp;cftoken=3D61812052&amp;cfid=3D425051=20
name=3Dqstring>=20
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#ffffff =
border=3D0>
  <TBODY>
  <TR>
    <TD id=3DFormStatusWarning vAlign=3Dcenter align=3Dmiddle>Your Local =
Section=20
      Councilor has approved the annual report. You may continue to view =
the=20
      annual report, but no additional changes may be made. Please =
contact the=20
      SOLAR Administrator (Main Menu Option) if you have any =
questions.</TD></TR>
  <TR>
    <TD align=3Dmiddle><!-- Logo and Form Name --->
      <TABLE cellSpacing=3D0 cellPadding=3D0 bgColor=3D#ffffff =
border=3D0>
        <TBODY>
        <TR>
          <TD><IMG=20
            =
src=3D"http://acswebapplications.acs.org/applications/solar/images/acs02.=
gif"></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: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>&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=3D416>****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 ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>The EZ form consists of the Part I -=20
            Questionnaire, Part III - Financial Report and the Optional =
Part IV=20
            - Self-Nomination Form for ChemLuminary Awards. Sections =
that wish=20
            to submit the EZ form are not required to submit the Part II =
-=20
            Narrative and Appendices. All local sections are eligible to =

            complete the EZ form UNLESS, they would like to =
self-nominate=20
            themselves for the LSAC Award for Outstanding Performance by =
a Local=20
            Section. Local sections may submit the EZ form and =
self-nominate=20
            themselves for any of the other awards listed in Part IV. =
Local=20
            Sections must postmark or submit their completed annual =
reports=20
            electronically by February 15, 2007 to be eligible for any =
of the=20
            awards</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 --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23698_ON name=3DQUES23698>=20
                <BR><BR><BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>We do not wish =
to be=20
                  considered for the Local Section Outstanding =
Performance=20
                  Award<BR><BR>*Part I Annual Report =
Questionnaire<BR>*Part II=20
                  Annual Report Narrative and Appendices =
(Optional)<BR>*Part III=20
                  Financial Report<BR>*Part IV Self Nomination for =
ChemLuminary=20
                  Awards <B>(Not Eligible for Local Section Outstanding=20
                  Performance Award</B> (Optional)</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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23701_ON =
name=3DQUES23701>=20
                  <BR><BR><BR><BR><BR></TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be considered for the ACS Local Section Outstanding =

                  Performance Award. We are submitting Parts I,II,III =
and IV of=20
                  the annual report<BR><BR>*Part I Annual Report=20
                  Questionnaire<BR>* Part II Annual Report Narrative and =

                  Appendices<BR>* Part III Financial Report<BR>* Part IV =
Self=20
                  Nomination for ChemLuminary Awards <B>(***Outstanding=20
                  Performance Award Nomination must be=20
              completed***)</B></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://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D105&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#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=3D417>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 disabled type=3Dcheckbox CHECKED=20
            value=3D23703_ON name=3DQUES23703> Our Section would like to =
have Parts=20
            I and II (if applicable) posted on the Local Section =
Activities=20
            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://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D105&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#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=3D418>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 =
2006.</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 =
2006<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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23709_ON =
name=3DQUES23709>=20
                  <DIV align=3Dcenter></DIV></TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Activation of Local Chapter of YCC" =
name=3DQUES23710></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23712_ON =
name=3DQUES23712></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Joint Meetings/Diverse Participation"=20
name=3DQUES23713></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23715_ON =
name=3DQUES23715></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Science Cafe/Historical Designation Site"=20
                  name=3DQUES23716></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23718_ON =
name=3DQUES23718></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Visit to Historical Reitz Home Museum"=20
                name=3DQUES23719></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 =
disabled=20
                  type=3Dcheckbox value=3D23721_ON =
name=3DQUES23721></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3DSpeakers/Newsletters=20
                name=3DQUES23722></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 =
disabled=20
                  type=3Dcheckbox value=3D23724_ON =
name=3DQUES23724></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"National Chemistry =
Week"=20
                  name=3DQUES23725></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 =
disabled=20
                  type=3Dcheckbox value=3D23727_ON =
name=3DQUES23727></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Chemistry Olympiad"=20
                name=3DQUES23728></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 =
disabled=20
                  type=3Dcheckbox value=3D23730_ON =
name=3DQUES23730></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Mole Day/Earth Day"=20
                name=3DQUES23731></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 =
disabled=20
                  type=3Dcheckbox value=3D23733_ON =
name=3DQUES23733></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Girl Scouts/Boy =
Scouts Events"=20
                  name=3DQUES23734></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 =
disabled=20
                  type=3Dcheckbox value=3D23736_ON =
name=3DQUES23736></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Students =
Recognition"=20
                  =
name=3DQUES23737></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://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D105&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#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=3D419>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 2006? </TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D2 =
name=3DQUES23740></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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D7 =
name=3DQUES23742></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 2006?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D7 =
name=3DQUES23744></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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D15=20
              name=3DQUES23746></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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D100 =
name=3DQUES23750></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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D100 =
name=3DQUES23754></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23757_ON =
name=3DQUES23757> at a=20
                  section meeting</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23758_ON =
name=3DQUES23758> at an=20
                  executive committee meeting</TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23759_ON =
name=3DQUES23759> in the=20
                  newsletter</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23760_ON =
name=3DQUES23760> on the=20
                  local section =
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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23763_ON =
name=3DQUES23763> Awards</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23764_ON name=3DQUES23764> =
Mentoring</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Robert Flachskam" =
name=3DQUES23765></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES23766></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23767_ON =
name=3DQUES23767>=20
                  Budgets/Finance</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23768_ON name=3DQUES23768> =
Minority=20
                Affairs</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"W. L. Magnesun" =
name=3DQUES23769></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES23770></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23771_ON =
name=3DQUES23771> Career=20
                  Assistance/Employment</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23772_ON =
name=3DQUES23772>=20
                  Newsletter/Publication</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES23773></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Nancy Flachskam" =
name=3DQUES23774></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23775_ON =
name=3DQUES23775> Chemistry=20
                  Olympiad</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23776_ON =
name=3DQUES23776>=20
                  Nominations</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Evan Millam" =
name=3DQUES23777></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Ihab Odeh" =
name=3DQUES23778></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23779_ON =
name=3DQUES23779> Community=20
                  Activities <BR>(e.g. National Chemistry Week or =
<BR>Chemists=20
                  Celebrate Earth Day, etc.)</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23780_ON =
name=3DQUES23780>=20
                  Professional Relations</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES23781></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES23782></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23783_ON =
name=3DQUES23783>=20
                  Continuing Education</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23784_ON =
name=3DQUES23784> Project=20
                  SEED</TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Marie Hankins" =
name=3DQUES23785></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES23786></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23787_ON =
name=3DQUES23787>=20
                Education</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23788_ON name=3DQUES23788> =
Public=20
                Relations</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Marie Hankins" =
name=3DQUES23789></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25894></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25895_ON name=3DQUES25895> =
Environmental</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25896_ON name=3DQUES25896> =
Senior=20
Chemists</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25897></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25898></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25899_ON name=3DQUES25899> =
Environmental=20
                  Health &amp; Safety/<BR>Chemical Hygiene</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25900_ON name=3DQUES25900> =
Women Chemists</TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25901></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25902></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25903_ON =
name=3DQUES25903>=20
                  Government Affairs</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25904_ON =
name=3DQUES25904> Younger=20
                  Chemists</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES25905></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"K. Miller/B. Mullen" =
name=3DQUES25906></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25907_ON =
name=3DQUES25907> Industry=20
                  Relations</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25908></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Ihab Odeh" =
name=3DQUES25909></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25910></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25911_ON =
name=3DQUES25911>=20
                  Long-Range Planning</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25912></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Mark Krahling" =
name=3DQUES25913></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25914></TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25915_ON =
name=3DQUES25915>=20
                  Membership/Member Retention</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25916></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 value=3D"Nancy Flachskam" =
name=3DQUES25917></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Chair: <INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25918></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 =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25920></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 =
disabled=20
                  maxLength=3D20 =
name=3DQUES25922></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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D0 =
name=3DQUES23793></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 2006?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D0=20
              name=3DQUES23796></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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D0 =
name=3DQUES23800></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 2006?</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D0=20
              name=3DQUES23803></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 =
disabled=20
                  type=3Dcheckbox value=3D23806_ON =
name=3DQUES23806></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
prepared a=20
                  budget for 2006 (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 =
disabled=20
                  type=3Dcheckbox value=3D23809_ON =
name=3DQUES23809></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
prepared a=20
                  budget for 2007 (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 =
disabled=20
                  type=3Dcheckbox value=3D23812_ON =
name=3DQUES23812></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23815_ON =
name=3DQUES23815></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 =
disabled=20
                  type=3Dcheckbox value=3D23818_ON =
name=3DQUES23818></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
conducted a=20
                  membership survey in 2006 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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23821_ON =
name=3DQUES23821></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 2006.</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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25924_ON =
name=3DQUES25924></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 2006?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D6 =
name=3DQUES23827></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23829_ON =
name=3DQUES23829></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 2006?</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D7 =
name=3DQUES23834></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23836_ON =
name=3DQUES23836></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 =
disabled=20
                  maxLength=3D40 size=3D40 =
value=3Dwww.usi.edu/science/chemistry/inky=20
                  name=3DQUES23838></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 disabled maxLength=3D20 value=3D"Jeff Seyler"=20
                  name=3DQUES25926></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
                  disabled maxLength=3D40 size=3D40 =
value=3Djseyler@usi.edu=20
                  name=3DQUES26135></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26137_ON =
name=3DQUES26137></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26141_ON =
name=3DQUES26141></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
posted its=20
                  2005 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 How many =
members=20
                  voted in the 2006 officer election?</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D19 =
name=3DQUES23847></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 How many =
current=20
                  elected officials, councilors and committee =
chairs:</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D5 =
name=3DQUES23851></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D5 =
name=3DQUES23853></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c. 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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D2=20
              name=3DQUES23855></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- 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.28</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Please =
complete the=20
                  following as it applies to your last =
election:</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>An =
election<BR>was=20
                  held</B></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>Election=20
                  was<BR>uncontested</B></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 =
disabled=20
                  type=3Dcheckbox value=3D23865_ON =
name=3DQUES23865></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23866_ON =
name=3DQUES23866></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 =
disabled=20
                  type=3Dcheckbox value=3D23870_ON =
name=3DQUES23870></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23871_ON =
name=3DQUES23871></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 =
disabled=20
                  type=3Dcheckbox value=3D23875_ON =
name=3DQUES23875></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23876_ON =
name=3DQUES23876></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. =
Councilor(s)</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23880_ON =
name=3DQUES23880></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23881_ON =
name=3DQUES23881></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>e. Other =
<INPUT disabled=20
                  maxLength=3D20 name=3DQUES23884></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23885_ON =
name=3DQUES23885></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23886_ON =
name=3DQUES23886></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>Please =
indicate the=20
                  number of positions that were open and the =
number<BR>of=20
                  members that ran for each position in your last =
election.</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><B>Number of=20
                  open<BR>positions</B></TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>Number of=20
                  members<BR>that ran for position</B></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. =
Councilor</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D1 =
name=3DQUES25942></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D2 =
name=3DQUES25943></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. Alternate=20
Councilor</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D1 =
name=3DQUES25946></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D1 =
name=3DQUES25947></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. Other: =
<INPUT=20
                  disabled maxLength=3D20 name=3DQUES25949></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 =
name=3DQUES25950></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 =
name=3DQUES25951></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>Please =
indicate the=20
                  number of candidates, who ran for office this year, =
who:</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. Held a =
previous=20
                  leadership position</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D4 =
name=3DQUES25956></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. Who are new =
to local=20
                  section leadership</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D1 =
name=3DQUES25959></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. Who are new =
to local=20
                  section activity</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D1=20
              name=3DQUES25962></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.31</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23890_ON =
name=3DQUES23890></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 =
2006.</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.32</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23894_ON name=3DQUES23894> =
Primary school=20
                  students (K-6)</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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23896_ON =
name=3DQUES23896> Secondary=20
                  school students (7-12)</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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23898_ON =
name=3DQUES23898> College=20
                  students</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23900_ON name=3DQUES23900> =
Primary school=20
                  teachers (K-6)</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23902_ON name=3DQUES23902> =
Secondary school=20
                  teachers (7-12)</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23904_ON name=3DQUES23904> =
College=20
                teachers</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23906_ON name=3DQUES23906> =
Members of the=20
                  local section for service</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23908_ON name=3DQUES23908> =
Outstanding=20
                  chemist(s), regardless of section affiliation</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.40</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23910_ON name=3DQUES23910> The =
section or=20
                  local company encouraged and/or submitted a nomination =
for the=20
                  ACS Regional Industrial Innovation=20
          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.41</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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 =
name=3DQUES23915></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.42</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23917_ON =
name=3DQUES23917></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section has =
supported an=20
                  existing Technician Affiliate Group (TAG)during =
2006.</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 =
disabled=20
                  type=3Dcheckbox value=3D23920_ON =
name=3DQUES23920></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
              2006.</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.44</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23924_ON =
name=3DQUES23924></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.45</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23927_ON =
name=3DQUES23927></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.46</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>Please =
indicate the=20
                  approximate number of active volunteers in your local=20
                section.</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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D15 =
name=3DQUES23934></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 2006?</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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D6=20
              name=3DQUES25967></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.47</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 =
disabled=20
                  type=3Dcheckbox value=3D23939_ON name=3DQUES23939> =
Certificates</TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23940_ON name=3DQUES23940> =
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 =
disabled=20
                  type=3Dcheckbox value=3D23942_ON name=3DQUES23942> =
Awards</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23943_ON name=3DQUES23943> =
Letter to=20
                  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 =
disabled=20
                  type=3Dcheckbox value=3D23945_ON name=3DQUES23945> =
Letter to=20
                  volunteer's supervisor</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23946_ON =
name=3DQUES23946>=20
                  Recognition at 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 =
disabled=20
                  type=3Dcheckbox value=3D23948_ON name=3DQUES23948> No =
formal=20
                  recognition program</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT =
disabled=20
                  maxLength=3D40 size=3D40 =
name=3DQUES25968></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.48<BR><BR><BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other than =
normal=20
                  succession of chair-elect to chair, how<BR>does your =
local=20
                  section identify future leaders and get them <BR>into =
the=20
                  leadership pipline?</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 =
disabled=20
                  type=3Dcheckbox value=3D25973_ON name=3DQUES25973>=20
                Self-Nominations</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25974_ON =
name=3DQUES25974></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Solicitation =
or=20
                  advertising</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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26123_ON =
name=3DQUES26123> Identify=20
                  active committee members</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26124_ON =
name=3DQUES26124></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Formal =
leadership=20
                  training</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 =
disabled=20
                  type=3Dcheckbox value=3D26127_ON name=3DQUES26127> =
Outreach to new=20
                  members</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26128_ON =
name=3DQUES26128></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Arm-Twisting</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 =
disabled=20
                  maxLength=3D20 =
name=3DQUES26131></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://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D105&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#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=3D420>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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25989_ON =
name=3DQUES25989></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25992_ON =
name=3DQUES25992></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25995_ON =
name=3DQUES25995></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 =
disabled=20
                  type=3Dcheckbox value=3D24264_ON =
name=3DQUES24264></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24265_ON =
name=3DQUES24265></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24266_ON =
name=3DQUES24266></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24269_ON =
name=3DQUES24269></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24270_ON =
name=3DQUES24270></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24271_ON =
name=3DQUES24271></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 =
disabled=20
                  type=3Dcheckbox value=3D24274_ON =
name=3DQUES24274></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24275_ON =
name=3DQUES24275></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24276_ON =
name=3DQUES24276></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24279_ON =
name=3DQUES24279></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24280_ON =
name=3DQUES24280></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24281_ON =
name=3DQUES24281></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24284_ON =
name=3DQUES24284></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24285_ON =
name=3DQUES24285></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24286_ON =
name=3DQUES24286></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24289_ON =
name=3DQUES24289></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24290_ON =
name=3DQUES24290></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24291_ON =
name=3DQUES24291></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24294_ON =
name=3DQUES24294></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24295_ON =
name=3DQUES24295></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24296_ON =
name=3DQUES24296></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24300_ON =
name=3DQUES24300></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 =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Ohio Valley Anal. Chemists (OVAC), SPE"=20
                name=3DQUES24308></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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 =
name=3DQUES24312></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>3.6</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24314_ON =
name=3DQUES24314></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
held a=20
                  meeting jointly with another professional=20
              society.</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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23984_ON =
name=3DQUES23984></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23987_ON =
name=3DQUES23987></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 =
disabled=20
                  type=3Dcheckbox value=3D23990_ON =
name=3DQUES23990></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 =
disabled=20
                  type=3Dcheckbox value=3D23993_ON =
name=3DQUES23993></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23996_ON =
name=3DQUES23996></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 =
disabled=20
                  type=3Dcheckbox value=3D23999_ON =
name=3DQUES23999></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 =
disabled=20
                  type=3Dcheckbox value=3D24002_ON =
name=3DQUES24002></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
members=20
                  served as non-faculty professional advisors 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 =
disabled=20
                  type=3Dcheckbox value=3D24005_ON =
name=3DQUES24005></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24008_ON =
name=3DQUES24008></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 =
disabled=20
                  type=3Dcheckbox value=3D24011_ON =
name=3DQUES24011></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</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24014_ON =
name=3DQUES24014></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24017_ON =
name=3DQUES24017></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 =
disabled=20
                  type=3Dcheckbox value=3D24020_ON =
name=3DQUES24020></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
developed=20
                  and maintains 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 (Check=20
            all that apply)</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>5.1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24204_ON =
name=3DQUES24204> The=20
                  section published articles on employment services in =
its=20
                  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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24206_ON =
name=3DQUES24206> The=20
                  section sponsored local employment services (e.g., =
free ads in=20
                  section newsletter or website, job counseling, =
employment=20
                  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 =
disabled=20
                  type=3Dcheckbox value=3D24208_ON name=3DQUES24208> A =
section=20
                  representative attended a Local Section Career Program =
offered=20
                  by the National ACS (if available) during =
2006.</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 =
disabled=20
                  type=3Dcheckbox value=3D24210_ON name=3DQUES24210> The =
section=20
                  referred 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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24212_ON =
name=3DQUES24212> The=20
                  section maintained a job line for career opportunities =

                  available within the local 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 =
disabled=20
                  type=3Dcheckbox value=3D24214_ON name=3DQUES24214> The =
section=20
                  hosted an ACS short 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 =
2006?</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D1 =
name=3DQUES24217></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?</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D1 =
name=3DQUES24220></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 =
disabled=20
                  type=3Dcheckbox value=3D24222_ON name=3DQUES24222> The =
section=20
                  offered career counseling/literature.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>5.9</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24224_ON name=3DQUES24224> The =
section=20
                  maintains a list (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 =
disabled=20
                  type=3Dcheckbox value=3D24226_ON name=3DQUES24226> =
Does your section=20
                  have a Career =
Coordinator?</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><FONT size=3D3>6. CONTINUING EDUCATION =
(Check all=20
            that apply)</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>6.1</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D23965_ON name=3DQUES23965> The =
section=20
                  organized a 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 =
disabled=20
                  type=3Dcheckbox value=3D23967_ON name=3DQUES23967> An =
ACS Technical=20
                  Division was 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 =
disabled=20
                  type=3Dcheckbox value=3D23969_ON name=3DQUES23969> The =
Section=20
                  organized a 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 =
disabled=20
                  type=3Dcheckbox value=3D23971_ON name=3DQUES23971> An =
ACS Technical=20
                  Division was 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 =
disabled=20
                  type=3Dcheckbox value=3D23973_ON name=3DQUES23973> 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 =
disabled=20
                  type=3Dcheckbox value=3D23975_ON name=3DQUES23975> An =
ACS Technical=20
                  Division was 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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D23977_ON =
name=3DQUES23977> The=20
                  section organized 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 =
disabled=20
                  type=3Dcheckbox value=3D23979_ON name=3DQUES23979> An =
ACS Technical=20
                  Division was 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 =
disabled=20
                  type=3Dcheckbox value=3D23981_ON name=3DQUES23981> The =
section=20
                  organized a meeting 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 =
disabled=20
                  type=3Dcheckbox value=3D24194_ON =
name=3DQUES24194></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24197_ON =
name=3DQUES24197></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24200_ON =
name=3DQUES24200></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25998_ON =
name=3DQUES25998></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 EDUCATION (Check =
all that=20
            apply)</FONT><BR><BR>The section provided assistance to K-12 =
schools=20
            by:</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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24024_ON =
name=3DQUES24024></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24027_ON =
name=3DQUES24027></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24030_ON =
name=3DQUES24030></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Members make =
visits to=20
                  K-12 classrooms.</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 =
disabled=20
                  type=3Dcheckbox value=3D24033_ON =
name=3DQUES24033></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24036_ON =
name=3DQUES24036></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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24039_ON =
name=3DQUES24039></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Present =
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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24042_ON =
name=3DQUES24042></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Participate in =
National=20
                  US Chemistry =
Olympiad</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>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)</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.8</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24050_ON =
name=3DQUES24050></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24051_ON =
name=3DQUES24051></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24052_ON =
name=3DQUES24052></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section =
members mentored=20
                  students or colleagues</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 =
disabled=20
                  type=3Dcheckbox value=3D24055_ON =
name=3DQUES24055></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24056_ON =
name=3DQUES24056></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24057_ON =
name=3DQUES24057></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.10</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24060_ON =
name=3DQUES24060></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24061_ON =
name=3DQUES24061></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24062_ON =
name=3DQUES24062></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.11</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24065_ON =
name=3DQUES24065></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24066_ON =
name=3DQUES24066></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24067_ON =
name=3DQUES24067></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
developed=20
                  science career fairs at high schools or colleges that =
have=20
                  high<BR>femaile, underrepresented minority or disabled =

                  populations.</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 =
disabled=20
                  type=3Dcheckbox value=3D24070_ON =
name=3DQUES24070></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24071_ON =
name=3DQUES24071></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24072_ON =
name=3DQUES24072></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.13</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24075_ON =
name=3DQUES24075></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24076_ON =
name=3DQUES24076></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24077_ON =
name=3DQUES24077></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.14</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24080_ON =
name=3DQUES24080></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24081_ON =
name=3DQUES24081></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24082_ON =
name=3DQUES24082></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.15</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24086_ON =
name=3DQUES24086></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24087_ON =
name=3DQUES24087></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24088_ON =
name=3DQUES24088></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.16</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26001_ON =
name=3DQUES26001></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26002_ON =
name=3DQUES26002></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26003_ON =
name=3DQUES26003></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
sponsored=20
                  community outreach =
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>7.17</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24100_ON name=3DQUES24100> The =
section=20
                  maintained an experts roster and provided it to local=20
media.</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 =
disabled=20
                  type=3Dcheckbox value=3D24103_ON name=3DQUES24103> The =
section=20
                  created or updated a media list.</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 =
disabled=20
                  type=3Dcheckbox value=3D24106_ON name=3DQUES24106> The =
section=20
                  prepared a public relations plan and included a copy =
of this=20
                  plan in Appendix 4.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.20</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); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D3 =
name=3DQUES24110></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 =
disabled=20
                  type=3Dcheckbox value=3D24113_ON name=3DQUES24113> The =
section used=20
                  an ACS film, videotape, or other ACS visual-aid =
resource at a=20
                  public event.</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>How many talks =
were=20
                  given by section members to the public in =
2006?</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT=20
                  onblur=3DisNumeric(this); disabled maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5=20
            name=3DQUES24117></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.23 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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26143_ON =
name=3DQUES26143> National=20
                  Chemistry Week</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26144_ON =
name=3DQUES26144> Chemists=20
                  Celebrate Earth Day</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Other: <INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Mole Day" =
name=3DQUES26145></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.24 The =
number of=20
                  community outreach events conducted during National =
Chemistry=20
                  Week. <INPUT onblur=3DisNumeric(this); disabled =
maxLength=3D5=20
                  onchange=3DisNumeric(this); size=3D5 value=3D4 =
name=3DQUES26146></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>7.25 The =
number of=20
                  community outreach activities conducted during =
Chemists=20
                  Celebrate Earth Day. <INPUT onblur=3DisNumeric(this); =
disabled=20
                  maxLength=3D5 onchange=3DisNumeric(this); size=3D5 =
value=3D1=20
                  =
name=3DQUES26147></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</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26009_ON =
name=3DQUES26009></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.27</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26012_ON =
name=3DQUES26012></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.28</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26015_ON =
name=3DQUES26015></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.29</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26018_ON =
name=3DQUES26018></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.30</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26021_ON =
name=3DQUES26021></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.31</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26024_ON =
name=3DQUES26024></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
provided a=20
                  forum to address educational =
issues.</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 (Check all =
that=20
            apply)</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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24092_ON =
name=3DQUES24092></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Local section =
members=20
                  interacted with federal government officials. (i.e., =
members=20
                  of Congress, agency staff, etc.) to encourage funding =
of=20
                  research.</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 =
disabled=20
                  type=3Dcheckbox value=3D24095_ON =
name=3DQUES24095></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Local section =
members=20
                  interacted with federal government officals (i.e., =
members of=20
                  Congress, agency staff, etc.) to encourage support for =
ACS=20
                  workplace policy issues.</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 =
disabled=20
                  type=3Dcheckbox value=3D26027_ON =
name=3DQUES26027></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
conducted a=20
                  chemical hygiene, responsible care or environmental =
health and=20
                  safety event for the general public.</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 =
disabled=20
                  type=3Dcheckbox value=3D26030_ON =
name=3DQUES26030></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
offered its=20
                  services to the local community as a resource on =
chemical=20
                  hygiene, responsible care or environmental health and=20
                safety.</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 =
disabled=20
                  type=3Dcheckbox value=3D26033_ON =
name=3DQUES26033></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
carried out=20
                  environmental activities for the general =
public.</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 =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26036_ON =
name=3DQUES26036></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section has a =
Government=20
                  Relations Representative.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.7</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26039_ON =
name=3DQUES26039></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section hosted =
a=20
                  government policymaker (elected, appointed or =
otherwise) to=20
                  speak at a local section meeting.</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.8</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26042_ON =
name=3DQUES26042></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>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.9</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26045_ON =
name=3DQUES26045></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.10</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26048_ON =
name=3DQUES26048></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Section =
member(s) held=20
                  an office or key position in state or federal =
government in=20
                  2006.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>8.11</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26051_ON =
name=3DQUES26051></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.12</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26054_ON =
name=3DQUES26054></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>The section =
arranged for=20
                  visits with federal elected officials when they are =
home on=20
                  recess.</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://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D105&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#top">Back=20
      to Top</A></TD></TR><INPUT type=3Dhidden=20
  =
value=3D23696,23697,23698,23699,23700,23701,23702,23703,23704,23705,23706=
,23707,23708,23709,23710,23711,23712,23713,23714,23715,23716,23717,23718,=
23719,23720,23721,23722,23723,23724,23725,23726,23727,23728,23729,23730,2=
3731,23732,23733,23734,23735,23736,23737,23738,23739,23740,23741,23742,23=
743,23744,23745,23746,23747,23748,23749,23750,23751,23752,23753,23754,237=
55,23756,23757,23758,23759,23760,23761,23762,23763,23764,23765,23766,2376=
7,23768,23769,23770,23771,23772,23773,23774,23775,23776,23777,23778,23779=
,23780,23781,23782,23783,23784,23785,23786,23787,23788,23789,25894,25895,=
25896,25897,25898,25899,25900,25901,25902,25903,25904,25905,25906,25907,2=
5908,25909,25910,25911,25912,25913,25914,25915,25916,25917,25918,25919,25=
920,25921,25922,23790,23791,23792,23793,23794,23795,23796,23797,23798,237=
99,23800,23801,23802,23803,23804,23805,23806,23807,23808,23809,23810,2381=
1,23812,23813,23814,23815,23816,23817,23818,23819,23820,23821,23822,25923=
,25924,25925,23823,23824,23825,23826,23827,23828,23829,23830,23831,23832,=
23833,23834,23835,23836,23837,23838,23839,23840,23841,25926,26132,26133,2=
6134,26135,26136,26137,26138,26139,26140,26141,26142,23845,23846,23847,23=
848,23849,23850,23851,23852,23853,23854,23855,23856,23857,23858,23859,238=
60,23861,23862,23863,23864,23865,23866,23867,23868,23869,23870,23871,2387=
2,23873,23874,23875,23876,23877,23878,23879,23880,23881,23882,23883,23884=
,23885,23886,23887,25934,25935,25936,25937,25938,25939,25940,25941,25942,=
25943,25944,25945,25946,25947,25948,25949,25950,25951,25952,25953,25954,2=
5955,25956,25957,25958,25959,25960,25961,25962,23888,23889,23890,23891,23=
892,23893,23894,23895,23896,23897,23898,23899,23900,23901,23902,23903,239=
04,23905,23906,23907,23908,23909,23910,23911,23912,23913,23914,23915,2391=
6,23917,23918,23919,23920,23921,23922,23923,23924,23925,23926,23927,23928=
,23929,23930,23931,23932,23933,23934,25963,25964,25965,25966,25967,23935,=
23936,23937,23938,23939,23940,23941,23942,23943,23944,23945,23946,23947,2=
3948,25968,25969,25970,25971,25972,25973,25974,25975,26122,26123,26124,26=
125,26126,26127,26128,26129,26130,26131,25987,25988,25989,25990,25991,259=
92,25993,25994,25995,25996,24258,24259,24260,24261,24262,24263,24264,2426=
5,24266,24267,24268,24269,24270,24271,24272,24273,24274,24275,24276,24277=
,24278,24279,24280,24281,24282,24283,24284,24285,24286,24287,24288,24289,=
24290,24291,24292,24293,24294,24295,24296,24297,24298,24299,24300,24301,2=
4302,24303,24304,24305,24306,24307,24308,24309,24310,24311,24312,24313,24=
314,24315,23982,23983,23984,23985,23986,23987,23988,23989,23990,23991,239=
92,23993,23994,23995,23996,23997,23998,23999,24000,24001,24002,24003,2400=
4,24005,24006,24007,24008,24009,24010,24011,24012,24013,24014,24015,24016=
,24017,24018,24019,24020,24021,24202,24203,24204,24205,24206,24207,24208,=
24209,24210,24211,24212,24213,24214,24215,24216,24217,24218,24219,24220,2=
4221,24222,24223,24224,24225,24226,23963,23964,23965,23966,23967,23968,23=
969,23970,23971,23972,23973,23974,23975,23976,23977,23978,23979,23980,239=
81,24192,24193,24194,24195,24196,24197,24198,24199,24200,24201,25997,2599=
8,25999,24022,24023,24024,24025,24026,24027,24028,24029,24030,24031,24032=
,24033,24034,24035,24036,24037,24038,24039,24040,24041,24042,24043,24044,=
24045,24046,24047,24048,24049,24050,24051,24052,24053,24054,24055,24056,2=
4057,24058,24059,24060,24061,24062,24063,24064,24065,24066,24067,24068,24=
069,24070,24071,24072,24073,24074,24075,24076,24077,24078,24079,24080,240=
81,24082,24083,24084,24085,24086,24087,24088,24089,26000,26001,26002,2600=
3,26004,24097,24098,24100,24101,24103,24104,24106,24107,24109,24110,24111=
,24113,24114,24116,24117,24127,24128,26143,26144,26145,26146,26147,24132,=
26008,26009,26010,26011,26012,26013,26014,26015,26016,26017,26018,26019,2=
6020,26021,26022,26023,26024,26025,24191,24090,24091,24092,24093,24094,24=
095,24096,26026,26027,26028,26029,26030,26031,26032,26033,26034,26035,260=
36,26037,26038,26039,26040,26041,26042,26043,26044,26045,26046,26047,2604=
8,26049,26050,26051,26052,26053,26054,26055=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=3D105 name=3DFORMID> <INPUT type=3Dhidden value=3D109147 =
name=3DUSERID> <INPUT=20
type=3Dhidden value=3DREAD name=3DMODE> <INPUT type=3Dhidden value=3D240 =
name=3DORGID>=20
<INPUT type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden =
value=3D61812052 name=3DCFTOKEN>=20
<INPUT type=3Dhidden value=3D425051 name=3DCFID> </FORM></FORM>
<FORM name=3DCommandForm><INPUT type=3Dhidden name=3DFormAction> <INPUT =
type=3Dhidden=20
name=3DSECTION> <INPUT type=3Dhidden value=3D105 name=3DFORMID> <INPUT =
type=3Dhidden=20
value=3D109147 name=3DUSERID> <INPUT type=3Dhidden value=3DREAD =
name=3DMODE> <INPUT=20
type=3Dhidden value=3D240 name=3DORGID> <INPUT type=3Dhidden =
name=3DORGTYPE> <INPUT=20
type=3Dhidden value=3D61812052 name=3DCFTOKEN> <INPUT type=3Dhidden =
value=3D425051=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_0000_01C75BEF.9375F100
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://acswebapplications.acs.org/applications/solar/images/acs02.gif

R0lGODlhSQBFAPf/AP//////zP//mf//Zv//M///AP/M///MzP/Mmf/MZv/MM//MAP+Z//+ZzP+Z
mf+ZZv+ZM/+ZAP9m//9mzP9mmf9mZv9mM/9mAP8z//8zzP8zmf8zZv8zM/8zAP8A//8AzP8Amf8A
Zv8AM/8AAMz//8z/zMz/mcz/Zsz/M8z/AMzM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZ
M8yZAMxm/8xmzMxmmcxmZsxmM8xmAMwz/8wzzMwzmcwzZswzM8wzAMwA/8wAzMwAmcwAZswAM8wA
AJn//5n/zJn/mZn/Zpn/M5n/AJnM/5nMzJnMmZnMZpnMM5nMAJmZ/5mZzJmZmZmZZpmZM5mZAJlm
/5lmzJlmmZlmZplmM5lmAJkz/5kzzJkzmZkzZpkzM5kzAJkA/5kAzJkAmZkAZpkAM5kAAGb//2b/
zGb/mWb/Zmb/M2b/AGbM/2bMzGbMmWbMZmbMM2bMAGaZ/2aZzGaZmWaZZmaZM2aZAGZm/2ZmzGZm
mWZmZmZmM2ZmAGYz/2YzzGYzmWYzZmYzM2YzAGYA/2YAzGYAmWYAZmYAM2YAADP//zP/zDP/mTP/
ZjP/MzP/ADPM/zPMzDPMmTPMZjPMMzPMADOZ/zOZzDOZmTOZZjOZMzOZADNm/zNmzDNmmTNmZjNm
MzNmADMz/zMzzDMzmTMzZjMzMzMzADMA/zMAzDMAmTMAZjMAMzMAAAD//wD/zAD/mQD/ZgD/MwD/
AADM/wDMzADMmQDMZgDMMwDMAACZ/wCZzACZmQCZZgCZMwCZAABm/wBmzABmmQBmZgBmMwBmAAAz
/wAzzAAzmQAzZgAzMwAzAAAA/wAAzAAAmQAAZgAAMwAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAASQBFAEAI/wABCBxI
sKDBgwgTKlzIsCHDAAEGuKCRxYsXPlegsFixwqHHjwACCBAwIIGCkwoWqFyQEiXKGi4VuKiRoAYW
LFeubASpEOLIki6CKqBRw4WCLDRcYPmCJYHJGkWDJqDRYiqWpEFhKtBaVObNnBtLNFxhBdCoUaRI
AQKUtm3aUX/OqkrlTJXdu3jn5r27ahWps2hJ/XFrt++zVVVWqFhxwCEUUs/qrirVooULky4ArWrW
rJSVoFYQIbIiMw+pwoBeFGDBQiJkVc6qVVv1p0oVK1Z0IgzAE4ATVc+CqzrNd3ipyaT6rtr7zNoq
QLZxy5DRsbf1gVWAs1o16OagQ6yaP/+/bUUG6+rX0zvkyB69+vcPRQqo3IJFCd7w8wuUTyCmTJQu
zDCDUwB+NQNH+u0mXwKW0UDDVFh1dVINDlIYlIMTKjCVTElZRcMVM2zU2EcQreDUhTTcZNGKgnxB
X0ktzOBCC0mdRKACM9DwQlBBZXGFF4EE4sVNRGZxVYophrgRfgqtcJozdNlVlyqsWOFUFaUM54wz
nPUlSAtRDLIcbKhdhoULA7SgWSp5iQddFazN0IJ1K6wiXF6klAKnIIGw4sxZdf2RlGbNsHkXm7I9
J910MiSIUAx91eUMMqaQRkALWPwxpl3VOAeIFeSZx4Kj6VXRV6J/4AZqDBwxSeqrsMb/KuusBUE0
gEQOfhgWrb0JkEBQVZV0EkVdXJEASRPVIOeIvBq0oEkpseTfSS68EFNQWPgYonuv+uSrUzTIZO1J
0k5rlLQvhFsUjV9dgWB+3qbJ47AMXjVRFhMZRa2DRxrloEnhDnVZijeFyCxIC3LI7xdMZYGUF0lR
lStVM2IBlVYB5niVFw47XOHEHx54gAEOscZCTlcEqXIgqq7AQoM8VlzDC1ApNVG2Vy1lUSBXqKoq
yjnxGcgeVnBEMkIrjLIlKc6kpQoyWzazNHF2pcImIKwhEOPLLbQ1SirNqHKW01tCbfVdzjwzG3RP
bMQaQyok90zVdmHBwgI1IICFXVQj/8bCkCf8ARsyduk51SGrsBLIlmSq0ul45Mlpnal2lpLWcacI
wvRyWLRwhSCFlZJFCzEEgrYppQgiSF+wJfppFdOFmGB2mxoqiAwuGXXjZVaYIqWkaitaHqMHv5pd
cEz/5QxiTjFoxXJbSuq6z+c1W1B20QfyhAsOD8CC77GtbZtt7FnPEOXQAzcbyy2/a/5HKlgRSGLR
lf/+/fjnP6u3I0Hkqv4esdUAFHae/wGwJxH5VUW8AJZWHfAgErnMTwiglC8E6UEDnAgLBPDAkJAk
JtCSSQ1AdCuZzOQm9TFgs34ywGi5pFz/iQlUblI967HwhSuZ1lb8c6+CseAAKkzQSP98dRkJkQuG
LtFKEh9Eka8gYAVBTI98bvWrDv1LKAAKGLX0ta+p+MtIOPlhFEk0xRN15V+YwkoVjQKVXOELQhoK
10y+WLAWQPE68cpgjWbiFaQgqUY2UhiNqNICqHBoQjAhig/vyBMWggtFBHOji36VLzBeyyIz0thE
JGaUmRjJYMVTCEmAQrAVrYgpgvACmtjFPX1NpY1YcRD3ZgCkH11BRf1yGE7qc5+eMCZOQFtZkK6w
IKEAqwUqsVEL5DWjyuQsSFzggs+AlhPcQMF9BeEIbvCQh27qQQ9/AEQe/vCHbpozLl8bxV7Ohhfi
qFMVfTkLOeFCTnKuhTh9yYNiGFn/EBUAYjinCehfkDG24WxqLql4DpEGIYgrOAwyW2LnXf6CFmSk
4muGspNz9AAnl7EgASExyApMpxe0zWUVgQiKZqTEGVGsxW6fC+c7Eyq6VWKhD30xFF+qAY1VcJQ1
lQHpQlSgnEPBcxAtSEkLBrGX58jJMnZBBj6r8CvhvXOnnoqcjD4CBVMc5qSlkAKNakCAFySHM4pD
kwxYIYgVVItqqqjCAl6gOim4IDlSch15QDSn3tRJOYBQQRXWwho8DEcViagPCwRXijxUxQp+YpMz
9qARFgy2MI+DTnkE1NeDjJEgTwgE6w6KGtZsB2pcGs5URHu2Kd3lcdJcVGfh4wQ7tpFWFYJgwQ5p
5i+Y8M4U0SOT2pzDvvKw5rO9IQH6vjpRUphGLYCwXB7WUrV3NsdTqooTt0j1BDu5NnrPwZcLvoC4
P111FZnNLmtCGStIsa5pzgjECsp6kzxICbPYHZ55tkurAJiKcc5QnL0GEAXQcSqrqorBTgBoqsMg
BgEMSkCDYatebB4QfXgJzjVY8an28feBDT7VbHBTPwt38HqssAYrOKqqxHz4xARpj4xh/JEDmJjG
HQwIADs=

------=_NextPart_000_0000_01C75BEF.9375F100
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://acswebapplications.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_0000_01C75BEF.9375F100--
