function cnbc_elementState(x,el,value){if(el=='cursor'){x.style.cursor=value;}else if(el=='background'){x.style.backgroundColor=value;}}
function cnbc_multionclick(loc){window.location=loc;}
function showAdvSrch(state){
	var adv = document.getElementById("advanceSearch");
	if (state == 1){
	adv.style.left="auto";
	}else{
	adv.style.left="-999px";
	}
}

function popup(URL) {
window.open(URL, 'player', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=610,height=520');
}

function popup(theURL,winName,features) {
	var winObj = window.open(theURL,"player","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=610,height=520");
	if (!winObj.opener) winObj.opener = self;
	winObj.focus();
}
