function popup_center(url,title,w, h, s, r ,startPos){ var width=screen.width; var height=screen.height; x = startPos; y = 0; var opt = "left=" + x + ", top=" + y +", width=" + w + ", height=" + h; opt = opt + ", toolbar=no,location=no,directories=no,status=yes,menubar=no"; opt = opt + ",scrollbars=" + s; opt = opt + ",resizable=" + r; window.open(url, title, opt); } function indexGnb(lang_cd){ if(lang_cd == '5'){ document.write('
'); document.write(' '); document.write('
'); } }