var noProtect = false;
function noClick() {
	if( noProtect ) {
		return true;
	} else {
		return false;
	}
}