function GetDepart(a_sn)
{
	$.post('advSerach.php?mode=depart', { 'a_sn': a_sn}, function(data)
	{
		$('#D2').html(data);
	});
	return false;
}