//window.onload = function() {
//    if (document.getElementById('box_right') != null) {
//        var contentHeight = document.getElementById('box_right').offsetHeight;
//        contentHeight = contentHeight +60;
//
//        var box_left =  document.getElementById('box_left');
//
//        eval("box_left.style.height = '" + contentHeight + "px';");
//	    //alert("check height" +contentHeight);
//    }
//}

function geth() {
    if (document.getElementById('box_right') != null) {
        var contentHeight = document.getElementById('box_right').offsetHeight;
        contentHeight = contentHeight +60;

        var box_left =  document.getElementById('box_left');

        eval("box_left.style.height = '" + contentHeight + "px';");
	    //alert("check height" +contentHeight);
    }
}

/* This Script is for Left bg
Must be included all pages which has Left bg
*/


/*
IE8과 크롬등에서는 box_body2의 높이가 766으로 나온다. 근본적인 문제는 이부분.
IE7에서는 1076으로 나온다
*/
