[CODE] /****************************** Document info Auth : RedCat Project : Location : /common/jscript Filename : Global.js Update : 2004-02-16 Comment : ******************************/ if (document.layers){ var wb = 'ns4'; } else if (document.all){ var wb = 'ie'; } else if (document.getElementById){ var wb = 'ns6'; } //숫자,알파벳만////////////////////////////////////////////..