/************************************************************************************
** Upon closing window without logging off for CSR
************************************************************************************/
function StartQChat(CCID,Color,Letter,Page){
	var URL = "http://www.hostedsupport.com/Chat/Interface/Index.cfm?CCID="+CCID+"&Color="+Color+"&Letter="+Letter+"&Page="+Page;
	var QChat = window.open(URL,"QC","left=200,top=100");
	QChat.focus();
}