function openWin(){
happy = window.open("register/","register","width=650,scrollbars=yes,status=yes,toolbar=yes,location=yes,menubar=yes,directories=yes,resizable=yes");
happy.focus();
}
