// JavaScript Document
window.onload=function(){
var autoheight=document.getElementById('maincontent').offsetHeight-document.getElementById('menu').offsetHeight+22;
document.getElementById('autoheight').style.height=autoheight+'px';
}

if(ie){
document.write('<style type="text/css">#nr{	table-layout:fixed;word-break:break-all;word-wrap:break-word;}</style>');
}
