function bluring() {
try{
if(event.srcElement.tagName=='A'||event.srcElement.tagName=='IMG') {
document.body.focus();
}
}catch( e ) { }
}
try{
document.onfocusin=bluring;
}catch( e ) { }
var rurl = location.href;
var purl = getUrl(rurl);
function getUrl(url_str)
{
var real_url;
if (url_str.indexOf('/') > 0)
{
real_url = url_str.split('/');
real_url = real_url[0]+'//'+real_url[2]+'/'+real_url[3]+'/';
}
return real_url;
}
function goLocate(go_url)
{
document.location = purl + go_url;
}
if(!document.__define_CObjectLoader__)
{
document.__define_CObjectLoader__ = true
CObjectLoader();
function CObjectLoader()
{
CObjectLoader.load = function(loadStr)
{
document.write(loadStr);
}
}
}
/********************************************************************************
******* Download½Ã ÀúÀå¿©ºÎ¸¦ È®ÀÎÇϱâÀ§ÇÑ ½ºÅ©¸³Æ® *******
********************************************************************************/
function Download_Confirm(fileDir,fileName)
{
document.frmDown.action = "/FileDownloadConfirm.do";
document.frmDown.hidFolderName.value = fileDir;
document.frmDown.hidFileName.value = fileName;
document.frmDown.submit();
}
/*
IE Flash ActiveContent Activation Script
Author: Faisal Iqbal (chall3ng3r)
Blog: http://www.orison.biz/blog/chall3ng3r/
Feel free to modify or distribute.
*/
/*
Method: FlashObject
Param1: SWF path
Param2: Movie width
Param3: Movie height
Param4: BGColor
Param5: Flashvars (Optional)
*/
function FlashObject(swf, width, height, bgcolor, id, flashvars)
{
var strFlashTag = new String();
if (navigator.appName.indexOf("Microsoft") != -1)
{
strFlashTag += '';
}
else
{
strFlashTag += '';
}
document.write(strFlashTag);
}