
function blurCheck() {
	if(document.getElementById("desire").checked) Validator.check(document.getElementById("volume"), 'numt0-99');
}