//Redirect User to this URL to be maintained in resources file.
//Response.Write("<script>window.showModalDialog('"+RSBLL.GetString("LiveChat")+"','','dialogWidth:700px; dialogHeight:167px; status:no;directories:yes;scrollbars:no;resizable:no;help:no')</script>");
//Page.ClientScript.RegisterStartupScript(Page.GetType(), "", "<script>window.showModalDialog('" + RSBLL.GetString("LiveChat") + "','','dialogWidth:700px; dialogHeight:700px; status:no;directories:yes;scrollbars:no;resizable:no;help:no')</script>");
//Response.Write(" <script>window.open('" + RSBLL.GetString("LiveChat") + "','_blank') </script>");
Response.Write(
"<script>window.open('encodeURI(" + RSBLL.GetString("LiveChat") + ")','_blank','modal=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=384,left=512')</script>");