function isFunc(obj) {
	return(typeof(obj)==typeof(isFunc));
}