var msg_sure = "Are you sure?";
var msg_fill_required = "Please fill in required fields";
var msg_wait = "Wait..." 
var msg_other = "Other" 
var msg_of = "of"

var msg_send_status = new Array();
msg_send_status[0] = 'Initialization';
msg_send_status[1] = 'No connection to SMTP server';
msg_send_status[2] = 'Sending...';
msg_send_status[3] = 'Finished';
