// function to check the navigation to dealer site and pop up the leaving gm.ca message accordingly

function post_value(url,lang,postal_cd,window_name){
//start of MER CHMN00005343085-decommission dealer sites MER
var left = (screen.width/2)-(540/2);
var top = (screen.height/2)-(260/2);
	 window.open("../"+lang+"/gmcanada/message.jsp?postal_cd="+postal_cd+"&window_name="+window_name+"&url="+url,"","location=no,status=no,scrollbars=no,resizable=no, width=540,height=260,top="+top+", left="+left);
//end of MER CHMN00005343085-decommission dealer sites MER
}
