var tr_LoginnameInUse = 'This username is already in use';
var tr_PasswordsDoNotMatch = 'Passwords do not match';
var tr_OnlyJpgGifExtension = 'Only images with .jpg or .gif are allowed';
var tr_RequiredFields = 'The following fields are required';
var tr_EmailIncorrect = 'Invalid e-mail';
var tr_PhoneLength = 'A phonenumber has a length of 10 characters';
var IE = document.all?true:false
function openOverlay(title,url,width,height) {
GB_showCenter(title, url, /* optional */ height, width)
}
function printme() {
var objOut = document.getElementById("output");
var out = objOut.innerHTML;
var wh = window.open("","wh","width=640px,height=480px,scrollbars=yes");
wh.document.open();
var output = '';
output = '