
//

//<script>

// Default window ornaments for the live help dialog
var _liveHelpDialogFeature = "status=1,width=500,height=400,resizable=1";


var ImageURL='http://vantagecard.merchantrates.com/CuteSoft_Client/CuteChat/images/spacer.gif';
//var ImageWidth='1';
var ImageWidth='1';
var ImageHeight='1';
ImageURL= "<img  title=\"Support Chat\" src=\""+ImageURL+"\"width=\""+ImageWidth+"\" height=\""+ImageHeight+"\" border=0>";

// write the live support button to the page
document.write('<a href=\"###\" onclick=\"OpenLiveSupport()\">'+ImageURL+'</a>');

















function OpenLiveSupport()
{
	var url="http://vantagecard.merchantrates.com/CuteSoft_Client/CuteChat/SupportRedirect.aspx?Referrer=&_time="+(new Date().getTime());
	var win;
	try
	{
		win=window.open(url,'',_liveHelpDialogFeature);
	}
	catch(x)
	{
	}
	
	if(win==null)
	{
		alert("Pop-up Blocker Detected.");
	}
}


