function errorMSG(err) {
 	if(!err) return false;
	alert("Error:\n\n" + err);
}