function tnHilite(linkID,colorValue){ 
	document.getElementById(linkID).bgColor = colorValue;
}

if (document.images) {

  var btn_plus_off = new Image();
  btn_plus_off.src = "/primetime/amazing_race11/images/bios/btn_plus_off.gif";
  var btn_plus_on = new Image();
  btn_plus_on.src = "/primetime/amazing_race11/images/bios/btn_plus_on.gif";
  
  var btn_watchnow_off = new Image();
  btn_watchnow_off.src = "/primetime/amazing_race11/images/bios/btn_watchnow_off.gif";
  var btn_watchnow_on = new Image();
  btn_watchnow_on.src = "/primetime/amazing_race11/images/bios/btn_watchnow_on.gif";

  var btn_plus1_off = new Image();
  btn_plus1_off.src = "/primetime/amazing_race11/images/bios/btn_plus_off.gif";
  var btn_plus1_on = new Image();
  btn_plus1_on.src = "/primetime/amazing_race11/images/bios/btn_plus_on.gif";
  
  var btn_watchnow1_off = new Image();
  btn_watchnow1_off.src = "/primetime/amazing_race11/images/bios/btn_watchnow_off.gif";
  var btn_watchnow1_on = new Image();
  btn_watchnow1_on.src = "/primetime/amazing_race11/images/bios/btn_watchnow_on.gif";
  
}
function onbutton(imgName) {
  if (document.images)
    document.images[imgName].src = eval(imgName + "_on.src");
}
function offbutton(imgName) {
  if (document.images)
    document.images[imgName].src = eval(imgName + "_off.src");
}

function doRoll(objName,theImage) {
		document.images[objName].src=theImage;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function curveSetter(page) {
	var pcolor = page;
	if (pcolor == 'default') {
		document.write('<img src=\"/primetime/amazing_race11/images/nav/topnav_closing.gif\" alt=\"\" width=\"72\" height=\"5\" border=\"0\" />');
	}
	if (pcolor == 'green') {
		document.write('<img src=\"/primetime/amazing_race11/images/nav/topnav_closing_green.gif\" alt=\"\" width=\"72\" height=\"5\" border=\"0\" />');
	}
	if (pcolor == 'blue') {
		document.write('<img src=\"/primetime/amazing_race11/images/nav/topnav_closing_blue.gif\" alt=\"\" width=\"72\" height=\"5\" border=\"0\" />');
	}
}

function curveSetter2(page) {
	var pcolor = page;
	if (pcolor == 'wide') {
		document.write('<img src=\"/primetime/amazing_race11/images/nav/topnav_closing_blue_wide.gif\" alt=\"\" width=\"103\" height=\"5\" border=\"0\" />');
	}
}


function doRollMenu(objName,theImage,theMenu) {
	var obj = objName;
	var menu = theMenu;
	if (obj != menu) {
		document.images[objName].src=theImage;
	}
}

/* open window script */
function openWin(url,w,h,winName,scroll,resize) { 
	if(winName==''){winName='CbsWindow';}if(scroll==''){scroll='yes';}/* edited by AFA popwin */
	window.open(url,winName,"width="+w+",height="+h+",status=0,scrollbars="+scroll+",resizable="+resize+",location=0,menubar=0").focus();
}

function linkRollover(linkID,colorValue) { 
	document.getElementById(linkID).style.color = colorValue;
}
