포항- 어느 가을날, 수목원에 가다
강릉- 산사에 쏟아진 보물을 찾아서
진주- 커피를 디자인 하는 남자
춘천- 그림책 꽃이 피었습니다
창원- 천년의 신비를 만나다
<SCRIPT type=text/
javascript>
if ( navigator.appVersion.indexOf("Chrome/4.") == -1 )
{
var mailWidth = 0;
var mailHeight = 0;
if ( typeof window.innerWidth != 'undefined' )
{
mailWidth = window.innerWidth;
mailHeight = window.innerHeight;
}
mailWidth = Math.max(mailWidth, document.documentElement.clientWidth, document.body.scrollWidth, document.documentElement.scrollWidth,
document.documentElement.offsetWidth, document.body.offsetWidth);
mailHeight = Math.max(mailHeight, document.documentElement.clientHeight, document.body.scrollHeight, document.documentElement.scrollHeight,
document.documentElement.offsetHeight, document.body.offsetHeight);
var bodyWidth = parent.document.getElementById("mainDiv").style.width - 40;
if(bodyWidth < mailWidth) {
parent.document.getElementById("mainDiv").style.width = (mailWidth+40) + "px";
parent.document.getElementById("result").style.width = mailWidth + "px";
}
parent.document.getElementById("result").style.height = mailHeight + "px";
contentHeightInit();
}
</SCRIPT>