<!--
function popFLoader(vDoc, iHeight, iWidth, iScroll)
{
    var vProperties
    vProperties = "location=0,status=0,scrollbars=" + iScroll + ",width=" + iWidth + ",height=" + iHeight
    window.open (vDoc, "", vProperties);
}
//->