function OpenJSWindow(height, width, url) { window.open(url, "open_win","height="+height+",width="+width+", menubar=no,directories=no,resizable=no,status=no,scrollbars=yes"); } function CheckLogin(form) { if (form.user_id.value == '') { ErrorProcess(form.user_id, "¾ÆÀ̵𸦠ÀÔ·ÂÇϼ¼¿ä."); return false; } if (form.passwd.value == '') { ErrorProcess(form.passwd, "ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇϼ¼¿ä."); return false; } return true; } function Download(seq) { window.open('download.html?seq='+seq,'download','width=300, height=100'); } function PreView(seq) { window.open('preview.html?seq='+seq,'preview','width=$tmp[0], height=$tmp[1]'); } function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } function Swap_To(urlNum) { if (top.domain_top != null ) { top.domain_top.checkbase = urlNum; } } function OpenPriceWindow(height, width, url) { window.open(url, "open_win","height="+height+",width="+width+", menubar=no,directories=no,resizable=no,status=no,scrollbars=no"); } function OpenPop(height, width, url) { window.open(url, "open_win","height="+height+",width="+width+", menubar=no,directories=no,resizable=no,status=no,scrollbars=no"); } function open_wnd(url, name, width, height) { var oWnd = window.open(url, name, "toolbar=0,menubar=0,resizable=no,scrollbars=no,width=" + width + ",height=" + height); return oWnd; } function popview(url) { open_wnd("http://mizinfo.com/01domain/include/javascript/viewimage.html?img=" + url, "imageview", 100, 100); }