function popupSms(clientCodeEnc, toNumEnc, toMailEnc, refNum) {
	window.open("http://sms.handmade.co.za/popup?client_code_enc=" + clientCodeEnc + "&to_num_enc=" + toNumEnc + "&to_mail_enc=" + toMailEnc + "&ref_num=" + refNum + "&domain=robbergestates.com", null, "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=330,left=337,top=219");
}
