function checkform(f) {

	var msg = "";
	f.address_2.optional=true;
	f.fax.optional=true;
	r = verify(f, msg);
	return false;	
}
