
//

//<script>

// Default window ornaments for the live help dialog
var _liveHelpDialogFeature = "status=1,width=500,height=400,resizable=1";



function WriteLiveSupportButton()
{


	var ImageURL='http://www.ynnstl.net.cn/DesktopModules/CuteSoft_Client/CuteChat/images/offline.jpg';

	ImageURL= "<img title=\"support chat\" src=\""+ImageURL+"\" border=0>";

	// write the live support button to the page
	document.write('<a href=\"javascript:void(0)\" onclick=\"HideCuteChat()\" style=\"position:right\"><img title=\"close\" src=\"/images/close.gif\" border=0></a><br><a href=\"javascript:void(0)\" onclick=\"OpenLiveSupport()\">' + ImageURL + '</a>');

}

WriteLiveSupportButton();

function OpenLiveSupport()
{
	var url="http://www.ynnstl.net.cn/DesktopModules/CuteSoft_Client/CuteChat/"+"SupportRedirect.aspx?Referrer="+escape(document.referrer)+"&Url="+escape(location.href)+"&_time="+(new Date().getTime());
	var win;
	try
	{
//window.open("http://211.71.202.168/tabid/733/Default.aspx?url="+escape(url));
win=window.open(url);
	
		//win=window.open("http://211.71.202.168/tabid/733/Default.aspx?url="+escape(url),'',_liveHelpDialogFeature);
	}
	catch(x)
	{
	}
	
	if(win==null)
	{
		alert("Pop-up Blocker Detected.");
	}
}

function HideCuteChat() {
    $("div.wfCuteChat").css({ display: "none"});
}
