// JavaScript Document// function move_site(arg) { var myindex = arg.cmbSearch.selectedIndex document.location=arg.cmbSearch.options[myindex].value; } function openImg(url, size1, size2) { window.open(url,'',"'top=0, left=0, width="+size1+",height="+size2+", status=no, menubar=no, toolbar=no'"); //alert("size1="+size1+"+size2="+ size2); } function openUrl(url, size1, size2) { window.open(url,'',"'top=0, left=0, width="+size1+",height="+size2+", scrollbars=yes,resizable=yes, status=no, menubar=no, toolbar=no'"); //alert("size1="+size1+"+size2="+ size2); } function openUrl2(url, size1, size2) { window.open(url,'pop',"'top=0, left=0, width="+size1+",height="+size2+", scrollbars=no,resizable=no, status=no, menubar=no, toolbar=no'"); //alert("size1="+size1+"+size2="+ size2); } function openUrl3(url, left, top, width, height){ window.open(url,'pop',"'top="+top+",left="+left+", height="+height+",width="+width+",scrollbars=no,resizable=no, status=no, menubar=no, toolbar=no'"); //alert("size1="+size1+"+size2="+ size2); } function openUrl4(url, left, top, width, height){ window.open(url,'pop',"'top="+top+",left="+left+", height="+height+",width="+width+",scrollbars=no,resizable=no, status=no, menubar=no, toolbar=no'"); self.close(); } function openNotice(url, size1, size2) { window.open(url,'',"'top=0, left=0, width="+size1+",height="+size2+", scrollbars=auto,resizable=no, status=no, menubar=no, toolbar=no'"); //alert("size1="+size1+"+size2="+ size2); } function openNotice2(url, size1, size2) { window.open(url,'',"'top=0, left=0, width="+size1+",height="+size2+", scrollbars=yes,resizable=yes, status=no, menubar=no, toolbar=no'"); //alert("size1="+size1+"+size2="+ size2); } function closeWin() { self.close(); } function goto_link(arg) { //opener.location=arg; if(arg =='') opener.location = "/notice/2004spring_earlybird_main.htm"; else opener.location = arg; } function goto_link2(arg) { //opener.location=arg; opener.location = "/notice/2004spring_earlybird_main.htm"+arg; } function goto_link3(arg) { //opener.location=arg; opener.location = arg; self.close(); } function winopen(arg) { window.open(arg, '', "width=522, height=295"); } // ggambo_skin_script function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } document.onfocusin=bluring; function clrImg(obj){obj.style.backgroundImage="";obj.onkeydown=obj.onmousedown=null;} function toggle(ggambo) { if (ggambo.style.display == "none") { ggambo.style.display = ""; } else { ggambo.style.display = "none"; } } function findObj(n, d) { //v4.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i board_width ) { img.width = board_width; } return; } String.prototype.popupView = function () { var img_view = this; var x = x + 20 ; var y = y + 30 ; htmlz = "À̹ÌÁöÅ©°Ôº¸±â" imagez = window.open('', "image", "width="+ 10 +", height="+ 10 +", top=0,left=0,scrollbars=auto,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1"); imagez.document.open(); imagez.document.write(htmlz) imagez.document.close(); } function popup2View(img_view) { var x = x + 20 ; var y = y + 30 ; htmlz = "À̹ÌÁöÅ©°Ôº¸±â" imagez = window.open('', "image", "width="+ 10 +", height="+ 10 +", top=0,left=0,scrollbars=auto,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1"); imagez.document.open(); imagez.document.write(htmlz) imagez.document.close(); }