function openWin(){
happy = window.open("recruit/index.html","recruit","width=690,height=580,scrollbars=no,status=no,toolbar=no,location=no,menubar=no,directories=no,resizable=yes");
happy.focus();
}
