// no scrollable area found in content ( mainly for image only page to handle )
// return body
retobj.body = body;
retobj.height = body.clientHeight;
retobj.maxscroll = body.scrollHeight - body.clientHeight;
retobj.log = log + "default";
return retobj;
}
};