function openWin(){
happy = window.open("happy_summer.html","happy","width=500,height=700,scrollbars=no,status=no,toolbar=no,location=no,menubar=no,directories=no,resizable=no");
happy.focus();
}
function openWin2(){
test = window.open("https://www3.yadosys.com/reserve/plan/detail/146/733/all/00027","test","width=680,height=900,scrollbars=yes,status=yes,toolbar=yes,location=yes,menubar=yes,directories=yes,resizable=yes");
}
