function validate_form(thisform) {
with (thisform) {
	if (method.value == "paper") {
		alert('paper!');
	}	
  }
}
