
/* ±âº» URL Á¤º¸ */
var _URL = new Array(19);
_URL['default'] = "/";
_URL['style'] = "/_style";
_URL['mainimg'] = "/images";
_URL['inc'] = "/_inc";
_URL['lib'] = "/_lib";
_URL['script'] = "/_script";
_URL['board'] = "/_board";
_URL['brdexec'] = "/_board/execute";
_URL['brdimg'] = "/_board/images";
_URL['brdlib'] = "/_board/lib";
_URL['brdskn'] = "/_board/skin";
_URL['upload'] = "/_upload";
_URL['admin'] = "/admin";
_URL['fckeditor'] = "/fckeditor";
_URL['blank'] = "/common/blank.html";
_URL['noticeBoard'] = "/admin/notice";
_URL['newsBoard'] = "/admin/news";
_URL['photoBoard'] = "/admin/photo";
_URL['eng_noticeBoard'] = "/admin/engnotice";

var defaultHost = "http://www.htktl.co.kr";
/* ºê¶ó¿ìÀú, OS Á¤º¸ */
var appName = navigator.appName;   
var userAgent = navigator.userAgent;
var Browser = "";
var OS = "";
if (userAgent.indexOf('MSIE 5.5') > 0) {
	Browser = "MSIE5.5";
}
else if (userAgent.indexOf('MSIE 6.0') > 0) {
	Browser = "MSIE6.0";
}
else if (userAgent.indexOf('MSIE 7.0') > 0) {
	Browser = "MSIE7.0";
}
else if (userAgent.indexOf('Firefox /1.5') > 0) {
	Browser = "Firefox1.5";
}
else if (userAgent.indexOf('Firefox /2.0') > 0) {
	Browser = "Firefox2.0";
}
else if (userAgent.indexOf('Opera') > 0) {
	Browser = "Opera";
}
if (userAgent.indexOf('NT 5.1') > 0) {
	OS = "XP";
}
else if (userAgent.indexOf('Linux') > 0) {
	OS = "Linux";
}
var thisAgent
/* ºê¶ó¿ìÀú, OS Á¤º¸ */

/* FF¿Í IE°ü·Ã */
function setButAlign(obj) {
	obj.style.verticalAlign = "baseline";
}

/* ±âº» Object */
// µÚÂÊ ¼û±â±â¿ë ·¹ÀÌ¾î
var disSelectObj = null;
// ¸Þ½ÃÁö ¹Ú½º
var messageObj = null;
var PopObj = null;
// ·¹ÀÌ¾î °¡¸®±â
var iframeObj = null;
/* ±âº» Object */

function PrintEmbed(EmbID) { 
    document.write(document.getElementById(EmbID).value); 
}

function PrintEmbed2(EmbID) { 
    document.write(EmbID); 
}
