function calcHeight()
{
   var hval=document.getElementById('calendar_frame').contentWindow.document.body.scrollHeight;
   document.getElementById('calendar_frame').style.height=hval;
}

