/////////////////////////////////////////////////////////////////////////////////////////
//////////////////// Update Call Doctor Function for Cobalt//////////////////////////////
//////////////////// Copyright (c) 2009-2010 Tropper Technologies, Inc. /////////////////
//////////////////// www.troppertech.com ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////



//---------------------------Function Start----------------------------------------------

function updateCallDoctor() { 
	

/////////////////////////////////////////////////////////////////////////////////////////
//////////////////// Local Variables - Start ////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////



/////////////////////////////////////////////////////////////////////////////////////////
//////////////////// Local Variables - End //////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////
	
	

	

/////////////////////////////////////////////////////////////////////////////////////////
////////////////////Main Code - Start ///////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////

		
//	if (CallDoctorStatus == "false")
//	{
//		document.images.callDoctorStatusAnnuciator.src="CallDoctorOff-80x30.png";
//	}	
//	else if  (CallDoctorStatus == "true")
//	{
//		document.images.callDoctorStatusAnnuciator.src="CallDoctorOn-80x30.png";	
//	}
//	
//	
//	if (SVAD == "Unknown")
//	{
//		document.images.callDoctorVoiceAndDataAnnuciator.src="VoiceAndDataUnknown.png";
//	}	
//	else if  (SVAD == "Yes")
//	{
//		document.images.callDoctorVoiceAndDataAnnuciator.src="VoiceAndDataYes.png";	
//	}
	
	

/////////////////////////////////////////////////////////////////////////////////////////
////////////////////Main Code - End ////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////

		
}
//---------------------------Function End ---------------------------------------------
