From: <Saved by Windows Internet Explorer 7>
Subject: SOLAR
Date: Sat, 7 Feb 2009 11:39:32 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01C98918.BE5AEC60"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C98918.BE5AEC60
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://webapplications.acs.org/Applications/SOLAR/standard/drawsurveyuserform.cfm?formid=120&section=0&userid=112374&orgid=240&orgtype=&mode=WRITE&CFID=4901&CFTOKEN=39551663&jsessionid=14306f07246e6f1e6667

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Environment Settings (DEV, QA, TRN, PRD) ---><!-- Session Params =
---><!-- Kill Application ---><HTML><HEAD><TITLE>SOLAR</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<META http-equiv=3DPragma content=3Dno-cache><LINK=20
href=3D"http://webapplications.acs.org/Applications/SOLAR/shared/survey.c=
ss"=20
type=3Dtext/css rel=3DSTYLESHEET>
<SCRIPT language=3DJavascript1.2>
<!--
javascript:window.history.forward(1);

var saveflag =3D false;
var statusflag =3D false;
var lastquestions =3D "";
var savewin =3Dnull;
var packets;
var ques =3D new Array(100);
var ans =3D new Array(100);
var packcnt;
var navpackcnt;
var finalpackcnt;
var sentpackcnt;
var estPageHeight =3D 0;



function openSaveWin()
{
   saveflag =3D true;
   savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
}

function SaveandSubmit(){

document.FormDoc.theaction.value=3D"saveandsubmit";
savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
document.FormDoc.submit();



}

function SubmitNow(){

document.FormDoc.theaction.value=3D"submitnow";
savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
document.FormDoc.submit();

}

function RemoveSubmit(){

document.FormDoc.theaction.value=3D"removesubmit";
document.FormDoc.submit();

}

function Approve(){

document.FormDoc.theaction.value=3D"approve";
document.FormDoc.submit();

}

function Approve(){

document.FormDoc.theaction.value=3D"removeapproval";
document.FormDoc.submit();

}



function openSaveWin()
{
   saveflag =3D true;
   savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
}






function formQuit()
{
   =09
   		document.location =3D =
"surveydetail.cfm?orgtype=3D&orgid=3D240&userid=3D112374&cftoken=3D395516=
63&cfid=3D4901";
  =20
}

function formPrevious(ltsection)
{
document.FormDoc.theaction.value=3D"saveandsubmit";
document.FormDoc.section.value=3Dltsection;
document.FormDoc.submit();=09
}

function formNext(gtsection)
{
document.FormDoc.theaction.value=3D"saveandsubmit";
document.FormDoc.section.value=3Dgtsection;
document.FormDoc.submit();=09
}

function formPreviousNSave(ltsection)
{
 =20
  =20
		formNavigate(ltsection); =20
  =20
}

function formNextNSave(gtsection)
{
  =20
  =20
		formNavigate(gtsection);
=09
}


function formNavigate(section)
{
    if(saveflag =3D=3D true) return;
	clearInterval(navpackcnt);
	document.NavigateForm.SECTION.value =3D section;
    document.NavigateForm.action =3D "formnavigate.cfm";
	document.NavigateForm.method =3D "POST";
	document.NavigateForm.submit();
}


function isNumeric(obj)
{  =20
   if(String(Number(obj.value)) =3D=3D "NaN")
   {
      alert("Invalid Numeric Value.");
	  obj.value =3D 0;
   }
}

function isNumericAndCalculate(obj)
{  =20
   if(String(Number(obj.value)) =3D=3D "NaN")
   {
      alert("Invalid Numeric Value.");
	  obj.value =3D 0;
   }
   calculateFormulas();
}



function parseValue(val)
{
    if(String(val).indexOf(".") > 0)
	{
	   decptr =3D String(val).indexOf(".");
	   if(String(val).length > decptr + 3)
	   {
	      val =3D Number(val) + 0.001;
		  val =3D parseFloat(String(val).substring(0, decptr + 3));
	   }
	}
    if(val !=3D 0)
	   return parseFloat(val);
	else
	   return val;
}

function getFile(obj)
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
   quesid =3D obj.name.substr(4);
   var a =3D open("fileupload.cfm?questionid=3D"+ quesid + =
"&userid=3D112374&orgid=3D240&cftoken=3D39551663&cfid=3D4901","SOLAR","wi=
dth=3D620,height=3D320,menubar=3Dno,toolbar=3Dyes,scrollbars=3Dyes,resiza=
ble=3Dyes");
}

function downFile(obj)
{

   quesid =3D obj.name;
   var a =3D open("downfile.cfm?questionid=3D"+ quesid + =
"&userid=3D112374&orgid=3D240&cftoken=3D39551663&cfid=3D4901","SOLAR","wi=
dth=3D800,height=3D600,menubar=3Dyes,toolbar=3Dyes,scrollbars=3Dyes,resiz=
able=3Dyes");
}

function viewPrint()
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
    printform =3D =
'loading.cfm?formid=3D120&userid=3D112374&orgid=3D240&cftoken=3D39551663&=
cfid=3D4901';=09
	var a =3D =
open(printform,'Print','height=3D450,width=3D700,scrollbars=3Dyes,resizea=
ble=3Dyes,menubar=3Dyes');
}

function formExit()
{
if (confirm('Please be sure that you have saved your work before you =
exit this form. NOTE: This message appears each time you select main =
menu. If you have already saved your work click OK, to return to the =
form click Cancel.')){
window.location=3D'../menu.cfm';

}

}

function closeSavewin()
{
if (savewin !=3D null)
savewin.close();

}

//-->
</SCRIPT>

<META content=3D"MSHTML 6.00.6000.16788" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#0000ff link=3D#0000ff bgColor=3D#ffffff =
leftMargin=3D3=20
topMargin=3D16 onload=3DcalculateFormulas(); onunload=3DcloseSavewin();=20
MARGINHEIGHT=3D"16" MARGINWIDTH=3D"3"><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  PROCESS INPUTS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Get Values ---><!-- Test For Values ---><!-- Test Form =
----><!-- Test Mode ---><!-- Test UserID ---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN FORM
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Get OrgName ---><!-- Get Form Name ---><!-- Create Array for =
Form calulations ---><!-- Create Array of DB Answers ----><!-- Create a =
List of All Questions on Page----><!-- Check For Form Status ----><!-- =
Initialize Form Navigation Bar ----><!-- Construct Navigation =
Bar---><!-- Form --->
<FORM name=3DFormDoc action=3Dactform.cfm method=3Dpost><INPUT =
type=3Dhidden=20
name=3Dtheaction> <INPUT type=3Dhidden name=3Dsection> <INPUT =
type=3Dhidden value=3D112374=20
name=3Duserid> <INPUT type=3Dhidden value=3D120 name=3Dformid> <INPUT =
type=3Dhidden=20
value=3DWRITE name=3DMODE> <INPUT type=3Dhidden value=3D240 =
name=3DORGID> <INPUT=20
type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden value=3D39551663 =
name=3DCFTOKEN> <INPUT=20
type=3Dhidden value=3D4901 name=3DCFID> <INPUT type=3Dhidden=20
value=3Dformid=3D120&amp;section=3D0&amp;userid=3D112374&amp;orgid=3D240&=
amp;orgtype=3D&amp;mode=3DWRITE&amp;CFID=3D4901&amp;CFTOKEN=3D39551663&am=
p;jsessionid=3D14306f07246e6f1e6667=20
name=3Dqstring>=20
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#ffffff =
border=3D0>
  <TBODY>
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD align=3Dmiddle><!-- Logo and Form Name --->
      <TABLE cellSpacing=3D0 cellPadding=3D0 bgColor=3D#ffffff =
border=3D0>
        <TBODY>
        <TR>
          <TD><IMG src=3D""></TD>
          <TD id=3Dformname>Part II - Annual Narrative Report <FONT=20
            color=3D#000000></FONT></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD><A name=3Dtop><B>Indiana-Kentucky Border</B></A></TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD><CFOUTPUT>
      <TABLE>
        <TBODY>
        <TR>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A =
href=3D"javascript:SubmitNow()">Save=20
            and Mark Form as Complete</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A=20
            href=3D"javascript:SaveandSubmit()">Save=20
          Changes</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A =
href=3D"javascript:formExit();">Main=20
            Menu</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A=20
            href=3D"javascript:viewPrint();">Printable=20
            =
Version</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TBODY></TABLE></CFOUTPUT>
      <HR>
    </TD></TR>
  <TR>
    <TD id=3Dinstructtxt>Please provide your answers in the form below. =
You may=20
      save your work and return to this form at any time by clicking =
"Save=20
      Changes". Once you have completed this form, please click "Save =
and Mark=20
      Form as Complete".</TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Test Sections ---><!-- Initialize Section Navigation Bar =
----><!-- Determine PageBreaks ----><!-- Get Sections ----><!-- =
Construct Section Bar--->
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D487>A. =
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><B>Please describe and rank </B>up to ten =
of your=20
            section's activities during 2008. Provide (a) the title of =
the=20
            activity, (b) a one paragraph description of the activity, =
and (c)=20
            an indication if this activity was new in 2008. If you wish =
to=20
            provide details beyond these paragraphs, please do so in =
Appendix=20
          1.</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=20
        vAlign=3Dbottom></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #1</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Coffee House Chemistry" =
name=3DQUES29258></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit<BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES31614 rows=3D10 wrap=3Dhard =
cols=3D55> Tuesday September 16 at Evansville Barnes and Noble

Dr. Ken Miller (CPP Global Technology Manager, SABIC=20
Innovative Plastics) presnted a talk=20
entitled =1CBusiness, Scientific, and Consumer=20
Solutions for More Sustainable "Green" Products =
</TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D31616_ON name=3DQUES31616></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #2</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Otterball Chemistry Social" =
name=3DQUES29263></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit <BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29266 rows=3D10 wrap=3Dhard =
cols=3D55> Evansville Otters Baseball Game on June 23 at Bosse=20
Field.  ACS members had a picnic. =
</TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29269_ON name=3DQUES29269></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #3</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"IN KY Local Section Honors Banquet" =

                  name=3DQUES29276></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit<BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29279 rows=3D10 wrap=3Dhard =
cols=3D55> Thursday April 17 at Kentucky Weslyean.  Outstanding=20
senior and sophomore chemistry majors were awarded=20
with a plaque and a check. =
</TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29282_ON name=3DQUES29282></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #4</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Holiday Party" =
name=3DQUES29289></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Description =
<BR>(Please=20
                  limit<BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29292 rows=3D10 wrap=3Dhard =
cols=3D55> Friday December 5 at Evansville Reitz Home Carriage=20
House.  Section members enjoyed socializing and good=20
food catered by the Black Buggy. =
</TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29295_ON name=3DQUES29295></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #5</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"National Chemistry Week" =
name=3DQUES29302></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Description =
<BR>(Please=20
                  limit<BR>to one paragaph):</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29305 rows=3D10 wrap=3Dhard =
cols=3D55> An NCW kickoff event involved a demonstration and=20
hands-on activities at the Evansville Arts and=20
Sciences Museum on Oct 23.  Two USI faculty and 18=20
student volunteers conducted the event for 25=20
visitors.  This was publizided in a museum newsletter=20
and was covered by FOX television for the 9pm news. =20
During NCW and the follwoing week volunteers visited=20
35 fourth grade classrooms providing hands-on=20
activities for 700 children.  Seven faculty, 25=20
college students, and 8 industrial scientists from=20
SABIC volunteered for this activity. =
</TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29308_ON name=3DQUES29308></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #6</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Mole Day" =
name=3DQUES29315></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit<BR>to one paragraph ):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29318 rows=3D10 wrap=3Dhard =
cols=3D55> Eight high school teachers and about 150 Chem II=20
students visited USI in October for a chemistry bowl=20
competition, tour of the Science Center, and=20
chemistry show.  Award plaques were given to the top=20
three HS teams in the competition.  Seven faculty=20
members and 10 college students volunteered for this=20
activity.  This activity was recognized in the=20
Evansville Courier and Press paper =
</TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29321_ON name=3DQUES29321></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #7</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Earth Day Celebration" =
name=3DQUES29328></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29331 rows=3D10 wrap=3Dhard =
cols=3D55> Six high school teachers and about 80 Chem I=20
students visited USI in April for a chemistry bowl=20
competition, tour of the Science Center, and=20
chemistry show.  Award plaques were given to the top=20
three HS teams in the competition.  Seven faculty=20
members and 10 college students volunteered for this=20
activity. </TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29334_ON name=3DQUES29334></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #8</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Boy Scout Merit Badge Day" =
name=3DQUES29341></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29344 rows=3D10 wrap=3Dhard =
cols=3D55> USI provides activities allowing Scouts to earn=20
merit badges in many different areas.  The local=20
section of the ACS and SA group supports the=20
chemistry activities for the day.  Four ACS members=20
and 30 college students volunteered for this=20
activity.  Twenty scouts participated in the event=20
which included 30 hands-on chemistry activities,=20
lecture on chemistry and careers, and a chemistry=20
show. </TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29347_ON name=3DQUES29347></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #9</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 value=3D"Chemistry Olympiad" =
name=3DQUES29354></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29357 rows=3D10 wrap=3Dhard =
cols=3D55> Three schools and 15 students participated in the=20
local section exam in March.  Six of the top scorers=20
on this exam then participated on the National Exam=20
in April.  Both events were held at USI. =
</TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29360_ON name=3DQUES29360></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #10</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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
maxLength=3D40=20
                  size=3D40 name=3DQUES29367></TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to<BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29370 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></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>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
type=3Dcheckbox=20
                  value=3D29373_ON name=3DQUES29373></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2008</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?formid=3D120&amp;section=3D0&amp;userid=3D112374&amp;org=
id=3D240&amp;orgtype=3D&amp;mode=3DWRITE&amp;CFID=3D4901&amp;CFTOKEN=3D39=
551663&amp;jsessionid=3D14306f07246e6f1e6667#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=3D488>B. Summary - Overall =
Section=20
            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></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>Please =
summarize in=20
                  <I>1,000 words or less</I>, the activities of the =
section in=20
                  2008 which have not been already described. =
Outstanding events=20
                  should be described in some detail and appropriate =
attachments=20
                  included in Appendix 3. Programs described here may be =

                  featured in publications produced by the ACS =
Membership=20
                  Division and/or at the Local Section Leaders =
Conferences.</TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29379 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?formid=3D120&amp;section=3D0&amp;userid=3D112374&amp;org=
id=3D240&amp;orgtype=3D&amp;mode=3DWRITE&amp;CFID=3D4901&amp;CFTOKEN=3D39=
551663&amp;jsessionid=3D14306f07246e6f1e6667#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=3D489>C. Local Section and =
Chair=20
            Goals</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></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>1.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2008 Goal=20
                  Attainment</B>. The Local Section Activities Committee =

                  strongly encourages local section planning. As a =
result, the=20
                  2009 local section annual report should follow-up on =
the=20
                  attainment of goals. Please list the goals you set at =
the=20
                  beginning of your term for your section and yourself, =
and=20
                  report on the attainment of the=20
        goals.</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></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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>Local =
Section Goals=20
                  and Assessment</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></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29391 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></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)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2008 =
Chair's Goals=20
                  and Assessment</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></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29399 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></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.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2009 =
Goals</B>. (This=20
                  section should be completed by the 2009 local section =
chair.)=20
                  Please list below at least three goals that you and =
your local=20
                  section plan to accomplish during your term as local =
section=20
                  chair.</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></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>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2009 Local =
Section Goals=20
                  (Include at least three goals):</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><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29411 rows=3D10 wrap=3Dhard =
cols=3D55> 1.Organize and hold at least nine section activities
and/or meetings.

2.Continue support of National Chemistry Week,
Olympiad, and annual student awards given at April=20
meeting.

3.Increase outreach to non-science based groups by
having at least two meetings, activities, or
presentations with/for those groups.  Examples of such
groups are Boy and Girl Scouts, Rotary, Lions, 4H,
Kiwanis, etc. </TEXTAREA></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)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2009 Chair's =
Goals:</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><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29419 rows=3D10 wrap=3Dhard =
cols=3D55> 1.Attain section=19s goals listed above.

2.Write a grant proposal to fund a science caf=C3=A9 in the
section.

3.Work with the local section members to help carry-
out
the national president=19s goal of presenting the human
side of chemistry. </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?formid=3D120&amp;section=3D0&amp;userid=3D112374&amp;org=
id=3D240&amp;orgtype=3D&amp;mode=3DWRITE&amp;CFID=3D4901&amp;CFTOKEN=3D39=
551663&amp;jsessionid=3D14306f07246e6f1e6667#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=3D490>D.=20
        Suggestions/Concerns</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></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>List any =
suggestions you=20
                  have for the Local Section Activities Committee =
(LSAC). How=20
                  can LSAC specifically help your section?</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES29422 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://webapplications.acs.org/Applications/SOLAR/standard/drawsu=
rveyuserform.cfm?formid=3D120&amp;section=3D0&amp;userid=3D112374&amp;org=
id=3D240&amp;orgtype=3D&amp;mode=3DWRITE&amp;CFID=3D4901&amp;CFTOKEN=3D39=
551663&amp;jsessionid=3D14306f07246e6f1e6667#top">Back=20
      to Top</A></TD></TR><INPUT type=3Dhidden=20
  =
value=3D29246,29247,29255,29256,29257,29258,31612,31613,31614,29259,31615=
,31616,31617,29260,29261,29262,29263,29264,29265,29266,29267,29268,29269,=
29270,29271,29272,29273,29274,29275,29276,29277,29278,29279,29280,29281,2=
9282,29283,29284,29285,29286,29287,29288,29289,29290,29291,29292,29293,29=
294,29295,29296,29297,29298,29299,29300,29301,29302,29303,29304,29305,293=
06,29307,29308,29309,29310,29311,29312,29313,29314,29315,29316,29317,2931=
8,29319,29320,29321,29322,29323,29324,29325,29326,29327,29328,29329,29330=
,29331,29332,29333,29334,29335,29336,29337,29338,29339,29340,29341,29342,=
29343,29344,29345,29346,29347,29348,29349,29350,29351,29352,29353,29354,2=
9355,29356,29357,29358,29359,29360,29361,29362,29363,29364,29365,29366,29=
367,29368,29369,29370,29371,29372,29373,29374,29375,29376,29377,29378,293=
79,29380,29381,29382,29383,29384,29385,29386,29387,29388,29389,29390,2939=
1,29392,29393,29394,29395,29396,29397,29398,29399,29400,29401,29402,29403=
,29404,29405,29406,29407,29408,29409,29410,29411,29412,29413,29414,29415,=
29416,29417,29418,29419,29420,29421,29422 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=3D120 name=3DFORMID> <INPUT type=3Dhidden value=3D112374 =
name=3DUSERID> <INPUT=20
type=3Dhidden value=3DWRITE name=3DMODE> <INPUT type=3Dhidden =
value=3D240 name=3DORGID>=20
<INPUT type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden =
value=3D39551663 name=3DCFTOKEN>=20
<INPUT type=3Dhidden value=3D4901 name=3DCFID> </FORM></FORM>
<FORM name=3DCommandForm><INPUT type=3Dhidden name=3DFormAction> <INPUT =
type=3Dhidden=20
name=3DSECTION> <INPUT type=3Dhidden value=3D120 name=3DFORMID> <INPUT =
type=3Dhidden=20
value=3D112374 name=3DUSERID> <INPUT type=3Dhidden value=3DWRITE =
name=3DMODE> <INPUT=20
type=3Dhidden value=3D240 name=3DORGID> <INPUT type=3Dhidden =
name=3DORGTYPE> <INPUT=20
type=3Dhidden value=3D39551663 name=3DCFTOKEN> <INPUT type=3Dhidden =
value=3D4901=20
name=3DCFID> </FORM><!-- End Of Form ---></TD></TR></TABLE><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  ADD CALCULATIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
----->
<SCRIPT language=3DJavascript1.2>
	function calculateFormulas()
	{

=09
	}
	</SCRIPT>

<SCRIPT language=3DJavascript1.2>
<!--
estPageHeight =3D eval("49 * 0");
//-->
</SCRIPT>
</BODY></HTML>

------=_NextPart_000_0000_01C98918.BE5AEC60
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://webapplications.acs.org/Applications/SOLAR/shared/survey.css

#formname {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #000066; LINE-HEIGHT: 15pt; =
FONT-FAMILY: times
}
#formnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#sectionname {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 12pt; =
FONT-FAMILY: times
}
#sectionnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#questionhdr {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#questiontxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#questionchildtxt {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#menuheader {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 14pt; =
FONT-FAMILY: tahoma
}
#menuoption {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: =
12pt; FONT-FAMILY: arial
}
#solarheader {
	FONT-WEIGHT: bold; FONT-SIZE: 19pt; COLOR: #ffffff; LINE-HEIGHT: 24pt; =
FONT-FAMILY: timesroman; BACKGROUND-COLOR: #000099
}
#subhead1 {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000000
}
#solartext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#navtext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000066; FONT-FAMILY: arial
}
#lineone {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#linetwo {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#instructtxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000099; FONT-FAMILY: =
sans-serif
}
#alphalist {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial
}
#ErrorText {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ff0000; FONT-FAMILY: arial
}
#PageBreak {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; LINE-HEIGHT: 12pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000099
}
#FormStatusWarning {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #ff0000
}
#FileUploadFont {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: arial
}

------=_NextPart_000_0000_01C98918.BE5AEC60--
