https://navia.co.in/ekyc_landing";
var final_url=url+"?"+params_la;
//ekyc live start//
/* popupWindow = window.open(
final_url,'popUpWindow','height='+screen.height+',width='+screen.width+',left=10,top=10,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes'); */
window.location.href=final_url;
//ekyc live end//
}
function getCookie1(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for(var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}