function statusCheck() { if(document.getElementById("status").value=="YES") { window.close(); } document.getElementById('weight').focus(); } function resetData() { document.forms[0].currentWeight.value=""; } function popupGoalStatusWindow() { window.open('GoalStatus.do','Goal','height=120px,width=180px,left=400px,top=200px'); }