function viewDriver(id)
{
	if (id>0)
	{
		$('#s>div').hide();
		$('#s'+id).show();
	}
}
