document.domain='aegon.ie';
function dms_resizeFrame(){
	try{
	  f = document.getElementById('docmgr');
		fd = (f.contentDocument) ? f.contentDocument : f.contentWindow.document;
		t = (f.style) ? f.style : f;
		t.height = Math.max(500, fd.body.scrollHeight + 100) + 'px';
	}
		catch(err){
	}
}

