function openMessageSent(){
	var w = window.open ("/popup_messagesent.aspx","Message Sent","width=780,height=700,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0");
	w.focus();
}
function registrationcomplete(){
	$('#information').html('Congratulations, you are now a member of Sale-Ezy\'s <STRONG>\"My Auctions\"</STRONG>service.<br>Your allocated User ID &amp; password are in the email sent to you.');
	$('#information').show();
}