/*
 * $Id: iframe.js 16070 2006-06-21 00:33:58Z robertj $
 */

function resizeFrame (f)
{
    if (!f.contentWindow) return;
    f.height = f.contentWindow.document.body.scrollHeight;
    f.width  = f.contentWindow.document.body.scrollWidth;
}
