﻿function Setiframe()
{

    var height = document.body.scrollHeight;    
    if (height != 0)
    {
        if(height<280){
           height=280;
        }
        window.parent.document.getElementById("ifame_Content_Right").style.height = (height + 20)+ "px";
    }
}
