From: <Saved by Windows Internet Explorer 7>
Subject: SOLAR
Date: Thu, 1 Mar 2007 10:54:04 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_001C_01C75BEF.ED510610"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_001C_01C75BEF.ED510610
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=111&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=3D111&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=3D111 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=3D111&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>Appendix 6 -- Younger Chemist Committee =
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: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=3D448>YCC Annual =
Report<FONT=20
            color=3D#00a></FONT></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>Goals of the LSYCC Annual =
Report</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>The purpose of =
LSYCC=20
                  Annual Reports is to summarize and highlight the =
achievements=20
                  of Local Section (LS) YCCs every year. This =
accomplishes=20
                  several objectives:<BR><BR>(1) continuity within each =
LSYCC to=20
                  use for future reference and succession =
planning;<BR>(2)=20
                  increased awareness of LSYCC programming to share with =
the LS=20
                  ACS and the National YCC;<BR>(3) conveyance of event =
ideas=20
                  with other LSYCCs. Along those lines, Annual Reports =
are used=20
                  to select LSYCC award =
winners.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Submission of the LSYCC Annual =
Report</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>This form must =
be=20
                  completed if you wish to be nominated for a LSYCC =
award. If=20
                  you do not wish to be nominated for an award or do not =
have a=20
                  LSYCC, this form is =
optional.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>I. Overall Evaluation</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>Provide a =
brief, general=20
                  overview of the LSYCC. Reflect on the state of the =
committee=20
                  -- if the goals of last year were accomplished, =
possibly=20
                  commenting candidly about the activities.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26154 rows=3D10 wrap=3Dhard =
cols=3D55> This was the first year for the Indiana Kentucky=20
Border Section Younger Chemists Committee=20
(INKYSYCC).   INKYSYCC was established as a result of=20
a Local Section YCC Starter Grant.   Therefore, the=20
YCC goals for 2006 primarily involved growing the=20
committee, becoming organized and establishing=20
programs.  These goals were all accomplished.  We=20
anticipate the committee will continue to grow and=20
build on the foundations and strengths that were=20
initiated in 2006. </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>II. Officers and Members</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>Provide a list =
of=20
                  current LS officers and committee members. Note who is =
writing=20
                  and submitting Annual Report. It is strongly suggested =
that=20
                  this list contain contact information, e.g. email =
addresses,=20
                  phone numbers, and mailing addresses, for =
the:</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>LSYCC =
Officers</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26158 rows=3D10 wrap=3Dhard =
cols=3D55> Kristy K. Miller Ph.D. Co Chair
Department of Chemistry
University of Evansville
1800 Lincoln Avenue
Evansville, IN 47722
812-488-1077
km123@evansville.edu

Brian Mullen Ph.D. Co Chair
GE Plastics
1 Lexan Ln
Mt Vernon, IN 47620
812 - 831-7000
brian.mullen@ge.com </TEXTAREA></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>YCC =
Mentor</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26160 rows=3D5 wrap=3Dhard =
cols=3D55> Ihab Odeh Ph.D.
GE Plastics
1 Lexan Ln
Mt Vernon, IN 47620
812 - 831-7000
ihab.odeh@ge.com

Jeff Seyler Ph.D.  =13 Councilor of Local Section
Department of Chemistry
University of Southern Indiana
8600 University Boulevard=20
Evansville, IN 47712 </TEXTAREA></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>YCC =
Members</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26162 rows=3D10 wrap=3Dhard =
cols=3D55> Jeanine Collins Ph.D.
Department of Chemistry
University of Southern Indiana
8600 University Boulevard=20
Evansville, IN 47712
812-465-1267
jcollins@usi.edu

Jessica Jarman Ph.D.
GE Plastics
1 Lexan Ln
Mt Vernon, IN 47620
812 - 831-7000
jessica.jarman@ge.com

Rama Konduri Ph.D.
GE Plastics
1 Lexan Ln
Mt Vernon, IN 47620
812 - 831-7000
rama.konduri@ge.com

Kenton Renkema Ph.D.
Department of Chemistry
University of Evansville
1800 Lincoln Avenue
Evansville, IN 47722
812-488-2415
kr79@evansville.edu

Crystal Steinmetz
Red Spot Paint
1107 E. Louisiana=20
Evansville, IN 47711
812-428-9260
CLSteinmetz@redspot.com

Ken Walsh Ph.D.
Department of Chemistry
University of Southern Indiana
8600 University Boulevard=20
Evansville, IN 47712
812-461-5253
walsh@usi.edu

Eileen Weber
Red Spot Paint
1107 E. Louisiana=20
Evansville, IN 47711
812-428-9260
EMWeber@redspot.com </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>III. 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>This section =
highlights=20
                  each LSYCC activity in more detail, such as: a =
description of=20
                  the event, how many people attended, what did and did =
not=20
                  work, obstacles encountered, photographs, websites, =
etc.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26165 rows=3D10 wrap=3Dhard =
cols=3D55> Planning Meeting
The first meeting of the INKYLYCC was held July 22,=20
2006 at an Evansville Otters baseball game.  The=20
purpose of the meeting was to plan upcoming events.

Regional ACS YCC Academic/Industry Poster Session
The first major event for the INKYLYCC was the=20
Academic/Industry Poster Session that was held on=20
Thursday September 28, 2006 at the University of=20
Evansville.  There were over 50 participants and=20
approximately 25 students from the University of=20
Evansville and the University of Southern Indiana who=20
presented posters.  Dorothy Ahlf, a senior=20
biochemistry major from the University of Evansville,=20
won the $100 prize for best poster.   There were=20
industrial representatives from GE Plastics and Red=20
Spot Paint.  Additionally, there was catered finger=20
food and drinks and Dr. Katherine Glasgow, 2006=20
National YCC Chair, gave a talk on the ACS and YCC.  =20

Options for Young Chemists after College
On Wednesday November 8, 2006, the University of=20
Southern Indiana hosted a round table discussion in=20
which representatives from the local academic and=20
industry sector presented talked about their career=20
experiences to local undergraduate students.  There=20
were approximately 20 participants. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>IV. Budget</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>Itemize each =
event with=20
                  the cost, and acknowledge the source of =
funds.</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26168 rows=3D10 wrap=3Dhard =
cols=3D55> YCC Academic/Industry Poster Session       $350.00
Options for Young Chemists after College   $ 50.00
TOTAL					   $400.00 </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>V. Future Plans</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>State the =
short-term=20
                  objectives such as brain-storming ideas and =
point-people for=20
                  specific projects. Also, state the long- term goals, =
e.g. the=20
                  purpose of the LSYCC.</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26171 rows=3D10 wrap=3Dhard =
cols=3D55> The INKYSYCC has already met and planned for upcoming=20
events in 2007.  The INKYSYCC plans to host a =1CScience=20
Caf=C3=A9=1D in collaboration with the local ACS section on=20
Wednesday February 21, 2007 at a local bookstore. =20
There are plans to have a person from the local=20
Indiana State Police Forensics Unit speak. We also=20
plan to host a social event at an Evansville Bluecats=20
indoor football game in March.

Beyond March 2007, the INKYSYCC plans to participate=20
in National Chemistry Week 2007 and hold Summer and=20
Fall social/networking events. We will strive to=20
become an organization that younger chemists in the=20
region recognize and respect. We will continue to work=20
to help students and young professionals along their=20
career paths by involving them in national and local=20
society events. The INKYSYCC will also support the=20
professional advancement of younger chemists by=20
working to form a network with representatives from=20
companies within in the region. =
</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://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D111&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=3D26148,26149,26150,26151,26152,26153,26154,26155,26156,26157,26158=
,26159,26160,26161,26162,26163,26164,26165,26166,26167,26168,26169,26170,=
26171=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=3D111 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=3D111 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_001C_01C75BEF.ED510610
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
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
HQwIADs=

------=_NextPart_000_001C_01C75BEF.ED510610
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_001C_01C75BEF.ED510610--
