function loadPage (doc)
{
document.all.myFrame.src = doc;
}
function showMe(){
document.all.myFrame.height=document.body.clientHeight-235;
}



