<!--
	var user_fields = new Array;
	add_fields('title','Title','short_text',1,255);
	add_fields('firstname','First name','short_text',1,255);
	add_fields('surname','Surname','short_text',1,255);
	add_fields('company','Organisation','short_text',1,255);
	add_fields('address1','Address','short_text',1,255);	
	add_fields('postcode','Postcode','short_text',1,255);
	add_fields('country','Country','short_text',1,255);	
	add_fields('email','Email','email',1,255,1);
	add_fields('telephone','Telephone','short_text',1,255);
		function hearme(m){				
		if(m=='Other'){
		document.getElementById('div_hear_about_other').style.display='block';
		}
		else{
		document.getElementById('div_hear_about_other').style.display='none';				
		}		
	}	
//-->
