
var tidY = null;

function launchDDY() {
	clearTimeout(tidY);
	var o = document.getElementById('comboBoxY');
	if (o != null)
		o.style.display = "";

}

function hideDDYaction() {
	var o = document.getElementById('comboBoxY');
	if (o != null)
		o.style.display = "none";
}
function hideDDY() {
	tidY = setTimeout("hideDDYaction()",100);
}
function OnClick()
{
	//do nothing
}

	document.write('<div id=comboBoxY style="z-index:1002; position:absolute; width: 177px; height: 198px; left:-92px; top:22px; display: none;">\n');
//	document.write('<div id=comboBoxY style="z-index:10; position:absolute; width: 177px; height: 198px; left:700px; top:122px; display: none;">\n');
	document.write('<table cellpadding=0 cellspacing=0 border=0>\n');
	document.write('	<tr>\n');
	document.write('		<td class="flyshadowl"><img src="http://vmedia.rivals.com/images/spacer1.gif" height="1" width="6" border="0">\n');
	document.write('		</td>\n');
	document.write('		<td>\n');
	document.write('<table class="comboBoxCont" cellpadding=0 cellspacing=0 width=177 height=178 onMouseOver="launchDDY();" onMouseOut="hideDDY();">\n');
	document.write('	<tr>\n');
	document.write('		<td colspan=2 style="border-bottom: 1px dotted #c0c0c0; padding: 8px 18px 8px 18px;"><a href=http://sports.yahoo.com/>Yahoo! Sports Home</a>\n');
	document.write('		</td>\n');
	document.write('	</tr>\n');
	document.write('	<tr>\n');
	document.write('		<td style="border-bottom: 1px dotted #c0c0c0; padding: 6px 18px 12px 18px; line-height: 14pt;"><a href=http://sports.yahoo.com/nfl>NFL</a><br><a href=http://sports.yahoo.com/mlb>MLB</a><br><a href=http://sports.yahoo.com/nba>NBA</a><br><a href=http://sports.yahoo.com/nhl>NHL</a><br><a href=http://sports.yahoo.com/nascar>NASCAR</a>\n');
	document.write('		</td>\n');
	document.write('		<td style="border-bottom: 1px dotted #c0c0c0; padding: 6px 18px 12px 18px; line-height: 14pt;"><a href=http://sports.yahoo.com/golf>Golf</a><br><a href=http://sports.yahoo.com/mma>MMA</a><br><a href=http://sports.yahoo.com/box>Boxing</a><br><a href=http://sports.yahoo.com/sow>Soccer</a><br><a href=http://sports.yahoo.com/ten>Tennis</a>\n');
	document.write('		</td>\n');
	document.write('	</tr>\n');
	document.write('	<tr>\n');
	document.write('		<td colspan=2 style="padding: 6px 18px 12px 18px; line-height: 14pt;"><A href=http://sports.yahoo.com/top/gen/moresports;_ylt=AnE1FD3QhTMCEwVoZVUdv5A5nYcB>All Sports</a><br><A href=http://sports.yahoo.com/fantasy>Fantasy Sports</a>\n');
	document.write('		</td>\n');
	document.write('	</tr>\n');
	document.write('</table>\n');
	document.write('		</td>\n');
	document.write('		<td class="flyshadowr"><img src="http://vmedia.rivals.com/images/spacer1.gif" height="1" width="6" border="0">\n');
	document.write('		</td>\n');
	document.write('	</tr>\n');
	document.write('	<tr>\n');
	document.write('		<td><img src="http://vmedia.rivals.com/images/flyshadowcl.png" height="6" width="6" border="0">\n');
	document.write('		</td>\n');
	document.write('		<td class="flyshadowb"><img src="http://vmedia.rivals.com/images/spacer1.gif" height="6" width="1" border="0">\n');
	document.write('		</td>\n');
	document.write('		<td><img src="http://vmedia.rivals.com/images/flyshadowcr.png" height="6" width="6" border="0">\n');
	document.write('		</td>\n');
	document.write('	</tr>\n');
	document.write('</table>\n');
	document.write('</div>\n');

	hideDDYaction();
