function resizeMe(obj,defheight){
	docHeight = expansionifm.document.body.scrollHeight
	if(docHeight < defheight) docHeight = defheight;
	obj.style.height = docHeight + 'px'
}
