function showEmail(user, domain, tld, title){
   var emailId = user + "\u0040" + domain + "." + tld;
   var url = "mailto:" + emailId;

   if(!title){
       title = emailId;
   }
   document.write("<a href='" + url + "'>" + title + "</a>");
}

function open_window(link,width,height)
{
    window.open (link,'app',"location=1,status=1,scrollbars=1,width="+width+",height="+height);
}

function display_mortgage_alert_box()
{
	alert("For a PROGRESS REPORT on a MORTGAGE ALREADY SUBMITTED\n\nCall MUSTAFA: 0208 150 3160. Existing clients only.");

}