function contheight(framename){

	if (parent.document.all[framename]!=null){
		parent.document.all[framename].style.height = document.body.scrollHeight;
	}
}