function contentSize(callbackFnk)
{
	contentSizeDefault();
	if(typeof callbackFnk == 'function')
		callbackFnk.call(this);
}
