function show2009Msg(as_contextPath, as_height) { msg2009_window = window.open(as_contextPath + "/show2009LuckyDrawMsg.do", "msg2009", 'width=520,height=' + as_height + ',toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=yes,resizable=yes'); msg2009_window.focus(); return false; } function show2010Msg(as_contextPath, as_height) { msg2010_window = window.open(as_contextPath + "/show2010LuckyDrawMsg.do", "msg2010", 'width=520,height=' + as_height + ',toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=yes,resizable=yes'); msg2010_window.focus(); return false; } function show2011Msg(as_contextPath, as_height) { msg2011_window = window.open(as_contextPath + "/show2011LuckyDrawMsg.do", "msg2011", 'width=520,height=' + as_height + ',toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=yes,resizable=yes'); msg2011_window.focus(); return false; }