﻿// JScript File
<!-- Begin
var browser = navigator.appName;
    isNS = (navigator.appName == "Netscape")
    isIE = (navigator.appName == "Microsoft Internet Explorer")
    isGC = (navigator.appName == "Google Chrome")
if (isNS) {
	document.write("<td valign=top align=right width=10><nobr><img alt='Increase Speed' style='cursor:hand;' onClick=IncreaseSpeed() height=18 width=18 class='LeftNavOff' src='Images/play1_fast.gif'><img alt='Stop/Start ticker' style='cursor:hand;' onClick=StopTicker() height=18 width=18 class='LeftNavOff' src='Images/stop1.gif'><img alt='Decrease Speed' style='cursor:hand;' onClick=DecreaseSpeed() height=18 width=18 class='LeftNavOff' src='Images/play1_slow.gif'></nobr></td>");}
if (isGC) {
	document.write("<td valign=top align=right width=10><nobr><img alt='Increase Speed' style='cursor:hand;' onClick=IncreaseSpeed() height=18 width=18 class='LeftNavOff' src='Images/play1_fast.gif'><img alt='Stop/Start ticker' style='cursor:hand;' onClick=StopTicker() height=18 width=18 class='LeftNavOff' src='Images/stop1.gif'><img alt='Decrease Speed' style='cursor:hand;' onClick=DecreaseSpeed() height=18 width=18 class='LeftNavOff' src='Images/play1_slow.gif'></nobr></td>");}
else if (isIE) {
    document.write("<td valign=top align=right width=10><nobr><img alt='Increase Speed' style='cursor:hand;' onClick=IncreaseSpeed() height=18 width=18 class='LeftNavOff' src='Images/play1_fast.gif'><img alt='Stop/Start ticker' style='cursor:hand;' onClick=StopTicker() height=18 width=18 class='LeftNavOff' src='Images/stop1.gif'><img alt='Decrease Speed' style='cursor:hand;' onClick=DecreaseSpeed() height=18 width=18 class='LeftNavOff' src='Images/play1_slow.gif'></nobr></td>");}
// End -->
