/*
function getFlash(url, wid, hei){
document.write("");
}
*/
function getFlash(url, wid, hei){
document.write("
");
}
wobj_list = new Array();
sys_mainwin = null;
wincnt = 0;
function newform(frm){
alert(frm.elements.lengh);
}
function logout(){
var frm = document.welcomefrm;
//alert("ÇöÀç ¿·ÁÀִ âµéÀº ¸ðµÎ ´ÝÈü´Ï´Ù !")
closeAllWin();
frm.action = "/nanum/logout.php";
frm.submit();
}
function logout2(){
if(confirm("·Î±×¾Æ¿ô ÇϽðڽÀ´Ï±î?"))
logout();
}
function closenlogout(){
var frm = document.welcomefrm;
closeAllWin();
frm.action = "/nanum/logout.php";
frm.submit();
}
function popmain(){
mainwin = open("/nanum/main.php","winlocalhost","menubar=no,toolbar=no,width=800,height=600,scrollbars=no,resizable=yes, status=yes")
registerWin(mainwin);
mainwin.focus();
}
function closeAllWin() {
for(widx=0; widx