<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3268" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>To whom it may concern,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am trying to obtain an element with Javascript 
but would also like to include certain classs with the element to weed out the 
specific element</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>For example</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>in css you can do this </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>" #CntOverlayExpandedInformationContainer 
.InformationContainer"</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and that will identify a certain div with a 
specific class on it.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Currently I do not know how to do this with 
javascript - could someone please make a recommendation.</FONT></DIV>
<DIV>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>my current code is(but it only returns that div not the div with the 
class)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var 
eEicShowContainerHider;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
eEicShowContainerHider&nbsp;&nbsp;&nbsp; = 
document.getElementById("CntOverlayExpandedInformationContainer");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>Thank you for any responses </DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards<BR>GT</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>