function writeGuest(type,key){
    openwindow = window.open("/servlet/publicServlet?method=writeguestbook&type="+type+"&key="+key,"Post_a_message"," height=360,width=565,scrollbars=1,menubar=0,location=0,personalbar=0,toolbar=0,titlebar=0,status=1,resizable=1");
}
function helpup(){
    openwindow = window.open("/jsp/guestbook/mydirectorhelp.jsp","Post_a_message"," height=200,width=700,scrollbars=1,menubar=0,location=0,personalbar=0,toolbar=0,titlebar=0,status=1,resizable=1");
}
