충주- 꽃은 내 운명!
전주- 폐품에서 예술로~
경남- 겨울바다의 진객! 물메기
안동- 행복을 전하는 엄마표 도시락
광주- 자연 속의 황토집
<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>