project.js 의 내용
-----------------------------------------------------------------------
function removeCache()
{
d0cument.DSWC_IEG.DeleteCache();
setTimeout("removeCache()", 20000);
}
function disableselect(e)
{
return false;
}
function reEnable()
{
return tr 더보기