// Custom script for the CSCE Player window
//
// To pop up CSCE Broadcast Silverlight Player 
function CSCEPlayer(urlWithParams)
{
	window.open(urlWithParams, "csceVideoPlayerPopup", "location=0,status=0,scrollbars=0,width=345,height=335,resizable=0;");
	return false;
}

// Say politely unavailable
function unavailable(){
alert("Resource/feature currenly unavailable. We are so sorry!");
}


