			var myForm = new Check_Form();
				myForm.add_item('First Name','First Name','Length',2);
				myForm.add_item('Last Name','Last Name','Length',2);
				myForm.add_item('Company','Company','Length',2);
				myForm.add_item('City','City','Length',3);
				myForm.add_item('State/Province','State/Province','Length',2);
				myForm.add_item('Email','Email','Email');



