<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi, I was wondering if anyone can make sense of this little 
snippet of code:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>y=(nav)?e.pageY:event.y+document.body.scrollTop;</FONT></DIV>
<DIV><FONT size=2>skn.top=y+yyy;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>my experience with javascript is very limited.&nbsp; Here's 
what I do know.&nbsp; nav is a boolean variable, I believe skn is an object, and 
I understand that there is some sort of assignment going on.&nbsp; What 
primarily confuses me is the question mark(?) and the colon(:).&nbsp; The code 
comes from a script written by Mike McGrath.&nbsp; Thank you to anyone willing 
to take a look.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>David Levy</FONT></DIV></BODY></HTML>