//doesn't work as is - possible fix later

//function resize_iframe()
//{
//document.getElementById("stages_box").height=document.body.offsetHeight-document.getElementById("stages_box").offsetTop-0;


// Resize “stages_box” according to the size of the window “offsetTop” is the value to change. //
//}
//window.onresize=resize_iframe;



// This will resize “stages_box” every time you change the size of the window. To cause this code to alter a different iframe, simply change the name “stages_box” for both “document.getElementById” lines. //
