<!--

/*
if (window != top) top.location.href = location.href;
*/
// DOJO 
dojo.require("dijit.TitlePane");
dojo.require("dojo.parser");	
dojo.require("dijit.dijit");	
dojo.require("dijit.Dialog");
dojo.addOnLoad(function() {
	dlgCS = new dijit.Dialog({  });
});

//call me now
function blok(txt)
{
	document.CALL.PhNum.value=txt;
	document.CALL.submit();
}
	

//customer Card
function showChat() {
  dlgCS.attr("title", "Interswitch live support");
  dlgCS.attr("href", "/livesupport.html");
  dlgCS.show();
  return false;
}



// -->

