function bodyheight() {
            x = document.body.scrollHeight

				try
				{
					parent.document.all.mybabsoniframe.style.height = x + 100    
				}
	
				catch(e)
				{
					//alert("Error")
				}
			
            }