
 var a_fields = {
'name':{'l':'Name','r':true,'t':'t_name'},
'Company':{'l':'Company','r':true,'t':'t_Company'},
'Address':{'l':'Street','r':true,'t':'t_Address'},
'City':{'l':'City','r':true,'t':'t_City'},
'ST':{'l':'State','r':true,'t':'t_ST'},
'Zip':{'l':'Zip','r':true,'t':'t_Zip'},
'email':{'l':'Email','r':true,'f':'email','t':'t_email'},
'Tel':{'l':'Telephone','r':true,'f':'phone','t':'t_Tel'},
'comments2':{'l':'Validation Code','r':true,'t':'t_comments2','m':'generic'},
'generic':{'l':'Validation Image','r':true,'t':'t_generic'}
},
 o_config = {
 	'to_disable' : ['Submit'],
 	'alert' : 1
 }
 
 
 var v = new validator('login', a_fields, o_config);

