function adjustFrameHeight()
{
$(document.body).height(document.body.offsetHeight);
window.parent.document.getElementById("mainFrame").height = document.body.offsetHeight + 25;
}
{
$(document.body).height(document.body.offsetHeight);
window.parent.document.getElementById("mainFrame").height = document.body.offsetHeight + 25;
}