// CHAT POPUP**********************************************
function openpopup(){
var popurl="http://forums.prospero.com/n/pfx/forum.aspx?webtag=cbsbb&nav=chat"
winpops=window.open(popurl,"","width=680,height=540,")
}
//**************************************************************

//Poll function*****************************************************
function vote(address,pollName){
var qID = 0
var radioGrp = document.forms[pollName].q1;
	for (var i = 0; i < radioGrp.length; i++){
		if (radioGrp[i].checked) {qID = radioGrp[i].value}}
	if (qID == 0) {
		alert('Please select an answer before voting.');
	} else {
		var whandle = window.open( address + qID, "pollWin", "width=510,height=420,menubar=0,location=0,scrollbars=0", "0" );
		whandle.focus();
	}
}
//**********************************************************************


//***************************************************************************
//Right Navigation for the Show Pages*****************************************

var bb5_NS = (document.layers) ? 1 : 0;
var bb5_IE = (document.all && document.getElementById) ? 1 : 0;
var bb5_N6 = (!document.all && document.getElementById) ? 1 : 0;
/*
for (i=1; i<8; i++){ 
eval("wk"+i+"_on = new Image()");eval("wk"+i+"_on.src = '/primetime/bigbrother6/_images/show/nav/wk"+i+"_on.gif'");
eval("wk"+i+"t_on = new Image()");eval("wk"+i+"t_on.src = '/primetime/bigbrother6/photos/shownav/wk"+i+"t_on.gif'");
eval("wk"+i+"w_on = new Image()");eval("wk"+i+"w_on.src = '/primetime/bigbrother6/photos/shownav/wk"+i+"w_on.gif'");
eval("wk"+i+"f_on = new Image()");eval("wk"+i+"f_on.src = '/primetime/bigbrother6/photos/shownav/wk"+i+"f_on.gif'");
}
*/
stayOn = new Array()
stayOn[1] = "#CCCCCC";
stayOn[2] = "#CCCCCC";
stayOn[3] = "#CCCCCC";
stayOn[4] = "#CCCCCC";
stayOn[5] = "#CCCCCC";
stayOn[6] = "#CCCCCC";
stayOn[7] = "#CCCCCC";
stayOn[8] = "#CCCCCC";
stayOn[9] = "#CCCCCC";
stayOn[10] = "#CCCCCC";
stayOn[11] = "#CCCCCC";
stayOn[12] = "#CCCCCC";
stayOn[13] = "#CCCCCC";

function change(id, newClass, theTDrow, tdToStay) {
	if(tdToStay != "")
		document.images['nav_'+theTDrow].src = '/primetime/bigbrother6/_images/_show/_nav/wk'+tdToStay+'_on.gif'

	if(newClass != "") {
		identity=document.getElementById(id);
		identity.className=newClass;
	}

	if(bb5_IE)eval('document.all.'+theTDrow+'.style.backgroundColor="#F4F4F4"');
	if(bb5_NS)eval('document.'+theTDrow+'.backgroundColor="#F4F4F4"');
	if(bb5_N6) {
		bb6_td = document.getElementById(theTDrow);
		bb6_td.style.backgroundColor = "#F4F4F4";
	}
	
	stayOn[tdToStay] = "#F4F4F4"
}

//***************************************************************************
//Right Navigation for the Freeze Pages*****************************************

//*******************************************************************************
//Right side dropdown navigation for fantasy league
function houseguestPoints() {
	Item = pointsby.houseguest.selectedIndex;
	if(pointsby.houseguest.options[Item].value != '--- Choose Houseguest ---') document.location = pointsby.houseguest.options[Item].value;
}

function categoryPoints() {
	Item = pointsby.category.selectedIndex;
	if(pointsby.category.options[Item].value != '--- Choose Houseguest ---') document.location = pointsby.category.options[Item].value;
}


