function valKiint(id){
	$.post('kiinteistot.php', {id : id}, function(data){
		$("#div_kiinteisto").html(data);
	});
}

