function memberinfo(id) {
   window.open("/board/memberinfo.php?id="+id,"memberinfo","width=200,height=300,scrollbars=yes");
   }

function memodir(wh,sno,title) {
   window.open("/board/memodir.php?memo_on=1&wh="+wh+"&sno="+sno,"memodir","width=650,height=300,scrollbars=yes,resizable=yes");
   }

function popopen(url,width,height) {
   window.open(url,"popwindow","width="+width+",height="+height+",scrollbars=yes");
   }

function imgchg(name,img) { document[name].src=img }

function onlineopen(p1,p2,p3,p4) {
   window.open("/kr/online/frame.php?part="+p1+"&mnu="+p2+"&scr="+p3+"&txt="+p4,"online","width=740,height=635,scrollbars=no");
   }
