function winopen(url) {

     open(url, "Info", "toolbar=no,status=yes,resizable=yes,scrollbars=yes,width=380,height=300");
}   

function winclose() {

     window.close();
}   

function erroralert() {

     alert("It seems you have provided an invalid e-mail address.\n Please check the address and try again.");
}   

