
var tidR = null;
function launchDDR() {
	clearTimeout(tidR);
	var o = document.getElementById('comboBoxR');
	if (o != null)
		o.style.display = "";

}

function hideDDRaction() {
	var o = document.getElementById('comboBoxR');
	if (o != null)
		o.style.display = "none";
}
function hideDDR() {
	tidR = setTimeout("hideDDRaction()",100);
}
function OnClick()
{
	//do nothing
}

	document.write('<div id=comboBoxR style="z-index:10; position:absolute; width: 160px; height: 283px; left:-92px; top:22px; 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=160 height=283 onMouseOver="launchDDR();" onMouseOut="hideDDR();">\n');
	document.write('	<tr>\n');
	document.write('		<td style="border-bottom: 1px dotted #c0c0c0; padding: 8px 18px 8px 18px; line-height: 14pt;"><a href=http://www.rivals.com>Rivals.com 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: 5px 18px 8px 18px; line-height: 14pt;"><b>National Channels</b><br><a href=http://collegefootball.rivals.com>College Football</a><br><a href=http://footballrecruiting.rivals.com>Football Recruiting</a><br><a href=http://collegebasketball.rivals.com>College Basketball</a><br><a href=http://rivalshoops.rivals.com>Basketball Recruiting</a><br><a href=http://collegebaseball.rivals.com>College Baseball</a><br><a href=http://highschool.rivals.com>High School Sports</a><br><a href=http://rivals.yahoo.com/ncaa/womens-basketball>Women\'s Basketball</a>\n');
	document.write('		</td>\n');
	document.write('	</tr>\n');
	document.write('	<tr>\n');
	document.write('		<td style="padding: 6px 18px 12px 18px; line-height: 14pt;"><b>Features</b><br><a href="javascript:window.open(\'video.asp?section=fbrecruit\',\'video\',\'height=850,width=812,toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, directories=no, status=no\'); void(\'\');">Video</a><br><A href=http://friday.rivals.com>All the Way to Friday</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');

	hideDDRaction();
