var inicial = 0

function resizeFrame(searchResult){
   var the_height = document.getElementById('interhome_frame');
   if (inicial==0 && searchResult=='False'){
       the_height.style.height=820+"px";
       inicial=1;
    }else{
       the_height.style.height=2000+"px";
    }   	
}
 
