﻿function reinitIframe(obj){
   	    obj.height=100;
        obj.height =obj.contentWindow.document.documentElement.scrollHeight;

}