﻿function IframeSettings(){
    height=document.body.clientHeight;
    if(document.getElementById("frmDisplay")!=null)
        document.getElementById("frmDisplay").style.height=parseInt(height-71)+"px";    	
}
window.onresize=IframeSettings; 

function chgColortopPanelBar(color){
    document.getElementById("pnlOtherMenus").style.backgroundColor=color;
}

function iFrameOnLoad(){
    IframeSettings();
}