
function runLiveCharString(varString)
{
	//document.write('<a '+LiveReceptionCode_BuildChatWin(LiveReceptionCode_chatexplain,LiveReceptionCode_helpalt_online)+'><font color="#0000ff">'+varString+'</font></a>')
	if(LiveReceptionCode_isonline)
		document.write('<a '+LiveReceptionCode_BuildChatWin('d','d')+'><font color="#0000ff">'+varString+'</font></a>');
	else
		document.write('<a '+LiveReceptionCode_BuildChatWin('d','d')+'><font color="#0000ff"></font></a>');


}

function runLiveCharImage()
{
	//if(LiveReceptionCode_isonline)	
	//document.write('<a '+LiveReceptionCode_BuildChatWin(LiveReceptionCode_chatexplain,LiveReceptionCode_helpalt_online)+'><img src="http://com.zoosnet.net/lr/images/online_en9.gif" border="0"></a>')
	//else
	//document.write('<a '+LiveReceptionCode_BuildChatWin(LiveReceptionCode_chatexplain,LiveReceptionCode_helpalt_offline)+'><img src="http://com.zoosnet.net/lr/images/offline_en9.gif" border="0"></a>')
	
	if(LiveReceptionCode_isonline)
		document.write('<a '+LiveReceptionCode_BuildChatWin('d','d')+'><img src="http://com.zoosnet.net/lr/images/online_en9.gif" border="0"></a>');
	else
		document.write('<a '+LiveReceptionCode_BuildChatWin('d','')+'><img src="http://com.zoosnet.net/lr/images/offline_en9.gif" border="0"></a>');

}