/*var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson'); var mobchk = 1; for (var word in mobileKeyWords){ if (navigator.userAgent.match(mobileKeyWords[word]) != null){ location.href = "http://m.dnode.co.kr/mobile/"; break; } }*/ function bookmark(){ window.external.AddFavorite('http://www.dnode.co.kr', 'µðÀÚÀ̳ëµå') } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&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&&i0&&intheight>0) { window.resizeTo(intwidth,intheight); window.location.href=url; } } function popupWindow(url, w, h) { var posX = (screen.width - w) / 2; var posY = (screen.height - h) / 2; var option = ",resizable=no,scrollbars=no,status=no"; window.open(url, "new_win","width="+w+",height="+h+",left="+posX +",top="+posY+option); }