tenantAmount = 0;
function has_guarantor(select){
	alert(select.value);
}
function addOneTenant(){
	$('tamount') = $('tamount')+1
}
function showEmployerOptions(id, select){
	if(select.value == "yes"){
		$("employer-"+id).show();
	} else {
		$("employer-"+id).hide();
	}
}