{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf440
{\fonttbl\f0\fmodern\fcharset77 Courier;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\deftab720
\pard\pardeftab720\ql\qnatural

\f0\fs26 \cf0 sfHover = function() \{\
	var sfEls = document.getElementById("splashnav").getElementsByTagName("LI");\
	for (var i=0; i<sfEls.length; i++) \{\
		sfEls[i].onmouseover=function() \{\
			this.className+=" sfhover";\
		\}\
		sfEls[i].onmouseout=function() \{\
			this.className=this.className.replace(new RegExp(" sfhover\\\\b"), "");\
		\}\
	\}\
	\
\}\
if (window.attachEvent) window.attachEvent("onload", sfHover);\
\
sfHover2 = function() \
\{\
    var navList = document.getElementById("navlist");\
 \
    if (navList != null)\
    \{\
        var sfEls2 = navList.getElementsByTagName("LI");\
        for (var i=0; i<sfEls2.length; i++) \
        \{\
            sfEls2[i].onmouseover=function() \
            \{\
                this.className+=" sfhover2";\
            \}\
            sfEls2[i].onmouseout=function() \
            \{\
                this.className=this.className.replace(new RegExp(" sfhover2\\\\b"), "");\
            \}\
        \}\
    \}\
\}\
if (window.attachEvent) window.attachEvent("onload", sfHover2);}